mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-18 16:03:02 +03:00
setup.py: Remove comment about pinning module version, as we're not
And we're on python3 now anyway.
This commit is contained in:
parent
9a1cc7b141
commit
cb5766a0eb
2
setup.py
2
setup.py
@ -87,8 +87,6 @@ setup(
|
|||||||
# This includes them for the running code, but that doesn't help
|
# This includes them for the running code, but that doesn't help
|
||||||
# serve them up for reference.
|
# serve them up for reference.
|
||||||
data_files=[("schemas", glob.glob("src/schemas/*.json"))],
|
data_files=[("schemas", glob.glob("src/schemas/*.json"))],
|
||||||
# Yes, we pin versions. With python2.7 the latest pyzmq will NOT
|
|
||||||
# work, for instance.
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"argparse",
|
"argparse",
|
||||||
"bottle",
|
"bottle",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user