Skip to content

Commit

Permalink
relax install time dependencies (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdz authored Apr 7, 2022
1 parent ef79197 commit 0eae6d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
],
install_requires=[
"aiohttp>=3.7.4,<4",
"inflection~=0.5.1",
"inflection~=0.5",
"pyjwt~=2.3",
"python-dateutil~=2.8.1",
"python-dateutil~=2.8",

],
# Note: tests require python >=3.8
tests_require=[
Expand Down

0 comments on commit 0eae6d8

Please sign in to comment.