Skip to content

Commit

Permalink
Merge pull request #479 from dralley/master
Browse files Browse the repository at this point in the history
Remove redis-py dep, update setuptools dep
  • Loading branch information
dralley committed Jan 7, 2020
2 parents 51ea5c4 + e36e7b5 commit 25cd281
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@
'djangorestframework-queryfields~=1.0.0',
'drf-nested-routers~=0.91.0',
'drf-yasg~=1.17.0',
'dynaconf>=2.2,<2.3',
'gunicorn>=19.9,<20.1',
'pygtrie~=2.3.2',
'psycopg2>=2.7,<2.9',
'PyYAML>=5.1.1,<5.4.0',
'rq>=1.1,<1.3',
'redis~=3.1.0',
'setuptools>=39.2.0,<44.1.0',
'dynaconf>=2.2,<2.3',
'setuptools>=39.2.0',
'whitenoise>=4.1.3,<5.1.0',
'pygtrie~=2.3.2',
]

setup(
Expand Down

0 comments on commit 25cd281

Please sign in to comment.