-
Notifications
You must be signed in to change notification settings - Fork 705
Closed
Description
I believe the setup.py modifications and kerberos integration introduced starting with this commit broke things for me. This includes the updated master branch.
See the output from the failed pip3 install below.
Collecting pywin32 (from kerberos-sspi->atlassian-python-api->-r requirements.txt (line 2))
Could not find a version that satisfies the requirement pywin32 (from kerberos-sspi->atlassian-python-api->-r requirements.txt (line 2)) (from versions: )
No matching distribution found for pywin32 (from kerberos-sspi->atlassian-python-api->-r requirements.txt (line 2))
I had to put this in requirements.txt to make it work (note: the commit I am referring to is pre-Kerberos integration):
git+https://github.com/atlassian-api/atlassian-python-api@e14475ed3aca9de71c8a8954911d8c7a2a3942ea#egg=atlassian-python-api
I have a workaround right now but please fix. Thanks
Metadata
Metadata
Assignees
Labels
No labels