Skip to content

Commit

Permalink
[Dependencies] Align setup.cfg to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jul 8, 2021
1 parent 4cd29bb commit 8e97218
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ setup_requires =
setuptools
install_requires =
# native dependencies
Pillow==8.2.0
Pillow==8.3.1
lxml==4.6.3
psycopg2==2.9.1
Django==3.2.4
Expand All @@ -40,7 +40,7 @@ install_requires =
Paver==1.3.4
python-slugify==5.0.2
decorator==5.0.9
celery==5.1.1
celery==5.1.2
kombu==5.1.0
vine==5.0.0
tqdm==4.61.1
Expand All @@ -55,7 +55,7 @@ install_requires =
django-celery-results==2.1.0
django-filter==2.4.0
django-imagekit==4.0.2
django-taggit==1.4.0
django-taggit==1.5.1
django-markdownify==0.9.0
django-mptt==0.12.0
django-modeltranslation>=0.11,<0.18.0
Expand Down Expand Up @@ -131,7 +131,7 @@ install_requires =
dropbox==11.9.0
google-cloud-storage==1.38.0
google-cloud-core==1.6.0
boto3==1.17.97
boto3==1.17.108

# Django Caches
python-memcached<=1.59
Expand Down Expand Up @@ -167,8 +167,8 @@ install_requires =
requests-toolbelt==0.9.1
flake8==3.9.2
pytest==6.2.4
pytest-bdd==4.0.2
splinter==0.14.0
pytest-bdd==4.1.0
splinter==0.15.0
pytest-splinter==3.3.1
pytest-django==4.4.0
setuptools==57.0.0
Expand Down

0 comments on commit 8e97218

Please sign in to comment.