-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
43 lines (40 loc) · 854 Bytes
/
Pipfile
File metadata and controls
43 lines (40 loc) · 854 Bytes
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
apispec = ">=2.0.2"
asn1crypto = ">=0.24.0"
bcrypt = ">=3.1.7"
certifi = ">=2023.7.22"
cffi = ">=1.12.3"
click = ">=7.0"
cryptography = ">=41.0.4"
entrypoints = ">=0.3"
enum-compat = ">=0.0.2"
flask-rest-api = ">=0.16.1"
gunicorn = ">=19.9.0"
itsdangerous = ">=1.1.0"
keyring = ">=19.1.0"
limits = ">=1.3"
marshmallow = ">=3.0.3"
ptyprocess = ">=0.6.0"
pycparser = ">=2.19"
pyserial = ">=3.4"
six = ">=1.12.0"
tinydb = ">=3.13.0"
webargs = ">=5.5.3"
Flask = ">=2.2.5"
Flask-Bcrypt = "*"
Flask-JWT-Extended = "*"
Flask-Limiter = "*"
Jinja2 = ">=2.11.3"
MarkupSafe = ">=1.1.1"
PyJWT = ">=2.4.0"
SecretStorage = ">=3.1.1"
Werkzeug = "*"
switchbotpy = "*"
"keyrings.alt" = "*"
[requires]
python_version = "3.9"