7 Commits

Author SHA1 Message Date
Athanasius
804b0f3bcd requirements.txt: Bump all to latest available on pypi
Specifically pyzmq==22.3.0 had no Python 3.11 versions, so tried to
build from source, but *that* ran into issues with that version.
2022-12-21 16:59:06 +00:00
Athanasius
ce69f2ef4b requirements: Sanitised with 'pip-chill' and bumped to 'eager' versions 2022-03-18 12:19:52 +00:00
Athanasius
6ca78a51df requirements: strict_rfc3339 was unused 2022-03-12 10:59:55 +00:00
Athanasius
1176f967d9 requirements: Updated for python 3.9.7 2022-03-12 10:34:50 +00:00
Athanasius
78edcffa6b requirements: requests==2.25.1 2021-07-12 10:26:00 +00:00
Athanasius
1d871557eb requirements: add strict_rfc3339 2021-05-16 12:41:23 +01:00
Athanasius
b296f3ff11 Add requirements.txt
Whilst setup.py lists the required python modules it allows attempted
installation of the latest versions of each.

Unfortunately there is at least the problem that simplejson's latest
version attempts to install some dependencies which won't install on
Python 2.7.

Thus we nail down the versions of all the required modules as per
Athanasius' experience of what actually works on a Debian system.
2021-05-16 11:28:14 +01:00