mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-22 11:30:29 +03:00
setup.py: Don't cite module versions, let requirements.txt do that
This commit is contained in:
parent
0641bf3f24
commit
25eea854ad
14
setup.py
14
setup.py
@ -97,13 +97,13 @@ setup(
|
||||
# work, for instance.
|
||||
install_requires=[
|
||||
"argparse",
|
||||
"bottle==0.12.15",
|
||||
"enum34==1.1.6",
|
||||
"gevent==1.3.7",
|
||||
"jsonschema==2.6.0",
|
||||
"pyzmq==17.1.2",
|
||||
"simplejson==3.16.0",
|
||||
"mysql-connector-python==8.0.17"
|
||||
"bottle",
|
||||
"enum34",
|
||||
"gevent",
|
||||
"jsonschema",
|
||||
"pyzmq",
|
||||
"simplejson",
|
||||
"mysql-connector-python"
|
||||
],
|
||||
|
||||
entry_points={
|
||||
|
Loading…
x
Reference in New Issue
Block a user