Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pix666 committed Dec 12, 2023
1 parent 38c90d0 commit b660960
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
python-dotenv==1.0.0
django-storages[dropbox]
pillow
variations[full]

pytest==7.4.3
pytest-cov==4.1.0
Expand Down
8 changes: 2 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ python_requires = >= 3.9
include_package_data = true
install_requires =
Django>=3.2
paper-admin>=6.0rc
variations>=0.0.15
paper-admin>=7.0
variations>=0.3.0
Pillow
filelock
python-magic
Expand All @@ -51,10 +51,6 @@ packages = find_namespace:

[options.extras_require]
rq = django-rq>=2.1
facedetection = face_recognition
full =
django-rq>=2.1
face_recognition

[options.packages.find]
exclude =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ deps =
-r{toxinidir}/requirements.txt

extras =
full
rq

commands =
python3 manage.py migrate
Expand Down

0 comments on commit b660960

Please sign in to comment.