Skip to content

Commit

Permalink
add required versions to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Oct 5, 2020
1 parent 12183d9 commit 9462db7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,15 @@
'Pillow',
'python-decouple',
'python-dateutil',
'treq==20.3.0'],
'treq==20.3.0',
'six>=1.13.0',
'attrs>=19.2.0'],
extras_require={
'tests': ['pytest',
'pytest-twisted',
'pytest-pep8',
'pytest-cov',
'pytest-mock',
'attrs>=19.2.0']},
'pytest-mock']},
packages=find_packages(),
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 9462db7

Please sign in to comment.