-
Notifications
You must be signed in to change notification settings - Fork 2
/
Pipfile
103 lines (100 loc) · 2.14 KB
/
Pipfile
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
anyio = "==3.6.2"
apscheduler = "==3.9.1"
async-timeout = "==4.0.2"
attrs = "==22.1.0"
bcrypt = "==4.0.0"
beanie = "==1.15.4"
bidict = "==0.22.0"
black = "==22.8.0"
certifi = "==2022.9.24"
cffi = "==1.15.1"
charset-normalizer = "==2.1.1"
click = "==8.1.3"
cryptography = "==38.0.3"
deprecated = "==1.2.13"
dnspython = "==2.2.1"
ecdsa = "==0.18.0"
email-validator = "==1.3.0"
fastapi = "==0.86.0"
fastapi-socketio = "==0.0.9"
flask = "==2.2.2"
flask-apscheduler = "==1.12.4"
flask-cors = "==3.0.10"
flask-jwt-extended = "==4.4.4"
flask-mongoengine = "==1.0.0"
flask-mqtt = "==1.1.1"
flask-redis = "==0.4.0"
flask-socketio = "==5.3.1"
flask-wtf = "==1.0.1"
h11 = "==0.14.0"
httptools = "==0.5.0"
idna = "==3.4"
iniconfig = "==1.1.1"
itsdangerous = "==2.1.2"
jinja2 = "==3.1.2"
markupsafe = "==2.1.1"
mock = "==4.0.3"
mongoengine = "==0.24.2"
mongomock = "==4.1.2"
mongomock-motor = "==0.0.13"
motor = "==3.1.1"
msgpack = "==1.0.4"
multidict = "==6.0.2"
mypy-extensions = "==0.4.3"
orjson = "==3.8.1"
packaging = "==21.3"
paho-mqtt = "==1.6.1"
passlib = "==1.7.4"
pathspec = "==0.10.1"
platformdirs = "==2.5.2"
pluggy = "==1.0.0"
py = "==1.11.0"
pyasn1 = "==0.4.8"
pycparser = "==2.21"
pydantic = "==1.10.2"
pyjwt = "==2.5.0"
pymongo = "==4.2.0"
pyparsing = "==3.0.9"
pytest = "==7.1.3"
pytest-asyncio = "==0.20.2"
python-can = "==4.0.0"
python-dateutil = "==2.8.2"
python-dotenv = "==0.21.0"
python-engineio = "==4.3.4"
python-jose = "==3.3.0"
python-multipart = "==0.0.5"
python-socketio = "==5.7.1"
pytz = "==2022.4"
pytz-deprecation-shim = "==0.1.0.post0"
pyyaml = "==6.0"
requests = "==2.28.1"
rsa = "==4.9"
sentinels = "==1.0.0"
six = "==1.16.0"
sniffio = "==1.3.0"
sortedcontainers = "==2.4.0"
starlette = "==0.20.4"
toml = "==0.10.2"
tomli = "==2.0.1"
typing-extensions = "==4.3.0"
tzdata = "==2022.4"
tzlocal = "==4.2"
ujson = "==5.5.0"
urllib3 = "==1.26.12"
uvicorn = "==0.18.3"
uvloop = "==0.17.0"
watchfiles = "==0.18.1"
websockets = "==10.4"
werkzeug = "==2.2.2"
wrapt = "==1.14.1"
wtforms = "==3.0.1"
yarl = "==1.8.1"
fastapi-mqtt = "*"
[dev-packages]
[requires]
python_version = "3.10"