-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
38 lines (37 loc) · 1.28 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
autobahn==22.4.2; python_version >= '3.7'
automat==20.2.0
cffi==1.15.0
click==8.1.3; python_version >= '3.7'
constantly==15.1.0
cryptography==37.0.2; python_version >= '3.6'
flask==2.1.2
gevent==21.12.0
greenlet==1.1.2; platform_python_implementation == 'CPython'
gunicorn[gevent]==20.1.0
hyperlink==21.0.0
idna==3.3; python_version >= '3.5'
importlib-metadata==4.11.3; python_version < '3.10'
incremental==21.3.0
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.2; python_version >= '3.7'
markupsafe==2.1.1; python_version >= '3.7'
pycparser==2.21
python-dotenv==0.20.0
roslibpy==1.3.0
setuptools==62.3.2; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
twisted==22.4.0; python_full_version >= '3.6.7'
txaio==22.2.1; python_version >= '3.6'
typing-extensions==4.2.0; python_version >= '3.7'
werkzeug==2.1.2; python_version >= '3.7'
zipp==3.8.0; python_version >= '3.7'
zope.event==4.5.0
zope.interface==5.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'