summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2015-05-18 08:19:31 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2015-05-18 08:19:31 -0400
commit4797f7f10ae78b4a9a2f04023ce45bfa73505735 (patch)
tree2aab0dbc05eda6540ec8adb49f31d954f74fdc4b /setup.py
parent0ee37ca3a17cdd9c6d1fcdef21a73ee2395bd5ac (diff)
downloadpyjwt-4797f7f10ae78b4a9a2f04023ce45bfa73505735.tar.gz
Update setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5a62d9c..30209e4 100755
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,6 @@ setup(
'Programming Language :: Python :: 3.4',
'Topic :: Utilities',
],
- # install_requires=['cryptography'],
test_suite='tests',
setup_requires=['pytest-runner'],
tests_require=tests_require,