setup.py: Remove comment about pinning module version, as we're not

And we're on python3 now anyway.
This commit is contained in:
Athanasius 2022-03-14 14:55:16 +00:00
parent 9a1cc7b141
commit cb5766a0eb

View File

@ -87,8 +87,6 @@ setup(
# This includes them for the running code, but that doesn't help
# serve them up for reference.
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=[
"argparse",
"bottle",