From cb5766a0eb6a41550bb46b3b9fbd2be2a71a95de Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 14 Mar 2022 14:55:16 +0000 Subject: [PATCH] setup.py: Remove comment about pinning module version, as we're not And we're on python3 now anyway. --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index a8c8601..1e8d9eb 100644 --- a/setup.py +++ b/setup.py @@ -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",