Skip to content

Commit 0c88a31

Browse files
author
Bren Briggs
committed
Removing testing libraries from required install in setup.py
1 parent 8d7e7a5 commit 0c88a31

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
install_requires=['legobot>=1.1.4,<=2.0.0',
1919
'python-whois',
2020
'urllib3',
21-
'dnspython',
22-
'bandit==1.3.0',
23-
'flake8==3.2.1',
24-
'pytest==3.0.5'
21+
'dnspython'
2522
],
2623
classifiers=[
2724
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)