Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Upgrade requests to versions > 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Feb 7, 2013
1 parent a442593 commit d34d8ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

requires = [
'skosprovider',
'requests>0.14,<0.14.99'
'requests>=1.0.0'
]

setup(
Expand All @@ -34,12 +34,12 @@
install_requires=requires,
license=open('LICENSE').read(),
zip_safe=False,
classifiers=(
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
),
],
)

0 comments on commit d34d8ff

Please sign in to comment.