requirements: add strict_rfc3339

This commit is contained in:
Athanasius 2021-05-16 12:41:23 +01:00
parent b296f3ff11
commit 1d871557eb
2 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@ gevent==1.3.7
jsonschema==2.6.0
pyzmq==17.1.2
simplejson==3.16.0
strict_rfc3339==0.7
mysql-connector-python==8.0.17

View File

@ -29,7 +29,7 @@ setup(
long_description="""\
The Elite: Dangerous Data Network allows E:D players to share data. Not affiliated with Frontier Developments.
""",
install_requires=["argparse", "bottle", "enum34", "gevent", "jsonschema", "pyzmq", "simplejson", "mysql-connector-python"],
install_requires=["argparse", "bottle", "enum34", "gevent", "jsonschema", "pyzmq", "strict_rfc3339", "simplejson", "mysql-connector-python"],
entry_points={
'console_scripts': [
'eddn-gateway = eddn.Gateway:main',