Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
Update swiftclient to 1.9.0
Browse files Browse the repository at this point in the history
2.x would be nicer, but it requires requests >= 2.0, which conflicts
with rauth.
  • Loading branch information
Schnouki committed Feb 24, 2014
1 parent 279564e commit 81d1b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
packages=find_packages(),
install_requires=[
"python-dateutil",
"python-swiftclient",
"python-swiftclient==1.9.0",
"rauth>=0.6",
],
entry_points={
Expand Down

0 comments on commit 81d1b11

Please sign in to comment.