Skip to content

Commit

Permalink
hardcode install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
mdz committed Jul 10, 2020
1 parent fba83ad commit 3dcdd72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
install_requires=open('requirements.txt').read().split(),
install_requires=[
'requests',
'pyjwt',
'python-dateutil',
],
tests_require=['requests-mock'],
python_requires='>=3.6',
)

0 comments on commit 3dcdd72

Please sign in to comment.