ocf / ocflib

Python libraries for account and server management
https://pypi.python.org/pypi/ocflib
Other
15 stars 32 forks source link

setup.py: temporarily downgrade requests to satisfy pygithub #225

Closed dkess closed 3 years ago

dkess commented 3 years ago

Fixes the current error when running tests:

pygithub 1.54 has requirement requests<2.25,>=2.14.0, but you'll have requests 2.25.0 which is incompatible.