mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-20 10:37:38 +03:00
requirements: add strict_rfc3339
This commit is contained in:
parent
b296f3ff11
commit
1d871557eb
@ -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
|
||||
|
2
setup.py
2
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user