Skip to content

Commit 3a64dff

Browse files
author
Rebecka Gulliksson
committed
Remove unused dependencies and remove announced Python 3.5 support in setup.py.
1 parent 97dc347 commit 3a64dff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,17 @@
1919
scripts=["tools/make_satosa_saml_metadata.py"],
2020
install_requires=[
2121
"pluginbase",
22-
"future",
2322
"oic",
2423
"pyjwkest",
2524
"pysaml2 >= 4.0.2",
2625
"requests",
2726
"PyYAML",
28-
"pycrypto",
2927
"gunicorn",
3028
"Werkzeug"
3129
],
3230
zip_safe=False,
3331
classifiers=[
3432
"Programming Language :: Python :: 3 :: Only",
3533
"Programming Language :: Python :: 3.4",
36-
"Programming Language :: Python :: 3.5",
3734
]
3835
)

0 commit comments

Comments
 (0)