Skip to content

Commit

Permalink
Merge pull request #74 from nylas/revert-72-tasdrake/sc-72693/pykerbe…
Browse files Browse the repository at this point in the history
…ros-installation-fails-on-osx-12
  • Loading branch information
dominicj-nylas authored Apr 4, 2022
2 parents 6494c2d + bcabd8b commit 9303e70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +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 @ git+https://github.com/nylas/requests-kerberos',
"typing; python_version < '3.5'"],
'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 9303e70

Please sign in to comment.