Skip to content

Commit

Permalink
Merge pull request #72 from nylas/tasdrake/sc-72693/pykerberos-instal…
Browse files Browse the repository at this point in the history
…lation-fails-on-osx-12

Update requests-kerberos requirement.
  • Loading branch information
tasdrake authored Dec 14, 2021
2 parents 4dbe459 + e001d6f commit 28ae5b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ 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; python_version < '3.5'"],
'isodate', 'requests-kerberos @ git+https://github.com/nylas/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 28ae5b9

Please sign in to comment.