Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Remove request dependency override in setup.py
Browse files Browse the repository at this point in the history
Recent versions of pylxd don't need this hack anymore.
  • Loading branch information
Virgil Dupras committed Oct 2, 2017
1 parent 76dc869 commit ddc7927
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def read_relative_file(filename):
'python-dotenv>=0.6',
'PyYAML>=3.0,<4.0',
'voluptuous>=0.9,<1.0',
# TODO: find why requests >= 2.16 breaks our stuff. See #81
'requests>=2.5.1,<2.16',
],
tests_require=[
'pytest',
Expand Down

0 comments on commit ddc7927

Please sign in to comment.