Skip to content

Commit

Permalink
drop typing from requirements which bundled with >= 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yosida95 committed Feb 12, 2019
1 parent bf0ab82 commit 25f1d56
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,10 @@
'cryptography >= 2.2.2, < 3.*',
]

try:
import typing
except ImportError:
requires.append('typing == 3.5.3.0')
else:
del typing


with open(os.path.join(here, './README.rst'), 'r') as fh:
long_description = fh.read()


setup(
name='jwt',
version='0.6.0',
Expand Down

0 comments on commit 25f1d56

Please sign in to comment.