-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
55 lines (52 loc) · 1.07 KB
/
Pipfile
File metadata and controls
55 lines (52 loc) · 1.07 KB
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
appdirs = "==1.4.4"
argon2-cffi = "==20.1.0"
astroid = "==2.4.2"
certifi = ">=2022.12.07"
cffi = "==1.14.1"
click = "==7.1.2"
colorama = "==0.4.3"
cryptography = ">=39.0.1"
distlib = "==0.3.1"
dnspython = "==2.0.0"
email-validator = "==1.1.1"
filelock = "==3.0.12"
idna = "==2.10"
importlib-metadata = "==1.7.0"
isort = "==4.3.21"
itsdangerous = "==1.1.0"
lazy-object-proxy = "==1.4.3"
mccabe = "==0.6.1"
pipenv = ">=2022.1.8"
pycparser = "==2.20"
python-dotenv = "==0.14.0"
salt-pepper = "==0.7.6"
six = "==1.15.0"
toml = "==0.10.1"
typed-ast = "==1.4.1"
virtualenv = "==20.0.30"
virtualenv-clone = "==0.5.4"
webassets = "==2.0"
wrapt = "==1.12.1"
zipp = "==3.1.0"
Flask = "==2.2.5"
Flask-Assets = "==2.0"
Flask-Login = "==0.5.0"
Flask-SQLAlchemy = "==2.4.4"
Flask-WTF = "==0.14.3"
Jinja2 = "==2.11.3"
MarkupSafe = "==1.1.1"
SQLAlchemy = "==1.3.18"
SQLAlchemy-Utils = "==0.36.8"
Werkzeug = ">=2.2.3"
WTForms = "==2.3.3"
lesscpy = "*"
cssmin = "*"
jsmin = "*"
[requires]
python_version = "3.7"