Skip to content

Commit bb00731

Browse files
committed
Removed unused dependencies from setup.py
1 parent 16216c9 commit bb00731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
'Programming Language :: Python :: 3.7',
4646
'Topic :: Software Development :: Libraries :: Python Modules'
4747
],
48-
tests_require=['mock', 'nose', 'coverage', 'urllib3[secure]'],
49-
install_requires=['requests', 'pyOpenSSL', 'urllib3[secure]', 'cryptography', 'future']
48+
tests_require=['coverage'],
49+
install_requires=['requests', 'pyOpenSSL', 'urllib3[secure]', 'cryptography']
5050
)

0 commit comments

Comments
 (0)