From 1d871557ebf1d5c71f28869bd629accdb3f1066f Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 16 May 2021 12:41:23 +0100 Subject: [PATCH] requirements: add `strict_rfc3339` --- requirements.txt | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 04f8084..11a83c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index fa70da5..e4d2943 100644 --- a/setup.py +++ b/setup.py @@ -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',