Skip to content

Commit

Permalink
typing is a Py35 backport; don't depend on it if you're above py35
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Oct 27, 2020
1 parent 9c4dd32 commit 9d937e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def read(file_name):
keywords='Exchange EWS autodiscover',
install_requires=['requests>=2.7', 'requests_ntlm>=0.2.0', 'dnspython>=1.14.0', 'pytz', 'lxml>3.0',
'cached_property', 'future', 'six', 'tzlocal', 'python-dateutil', 'pygments', 'defusedxml',
'isodate', 'requests_kerberos', 'typing'],
'isodate', 'requests_kerberos', "typing; python_version < '3.5'"],
packages=['exchangelib'],
tests_require=['PyYAML', 'requests_mock', 'psutil'],
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
Expand Down

0 comments on commit 9d937e0

Please sign in to comment.