Skip to content

Commit eb09556

Browse files
author
Rebecka Gulliksson
committed
Update dependencies to make it installable.
1 parent aad9e11 commit eb09556

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
packages=find_packages('src/'),
1616
package_dir={'': 'src'},
1717
install_requires=[
18-
"oic==0.8.4.0",
18+
"oic>=0.8.4.0",
1919
"pyop==1.0.0",
2020
"pyjwkest==1.1.5",
2121
"pysaml2==4.0.3",
22-
"requests==2.9.1",
23-
"PyYAML==3.11",
24-
"gunicorn==19.4.1",
25-
"Werkzeug==0.11.2",
26-
"click==6.6"
22+
"requests",
23+
"PyYAML",
24+
"gunicorn",
25+
"Werkzeug",
26+
"click"
2727
],
2828
zip_safe=False,
2929
classifiers=[

0 commit comments

Comments
 (0)