-
Notifications
You must be signed in to change notification settings - Fork 2
/
Pipfile
60 lines (57 loc) · 948 Bytes
/
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
[[source]]
name = "pypi"
verify_ssl = true
url = "https://pypi.python.org/simple"
[requires]
python_version = "3.11"
[packages]
flask-talisman = "*"
structlog = "*"
cssmin = "*"
jsmin = "*"
gunicorn = "*"
google-cloud-pubsub = "*"
requests = "*"
iso8601 = "*"
redis = "*"
cryptography = "*"
python-dateutil = "*"
requestsdefaulter = "*"
bs4 = "*"
openpyxl = "*"
beautifulsoup4 = "*"
itsdangerous = "*"
orderedmultidict = "*"
sdc-cryptography = "*"
soupsieve = "*"
thriftpy2 = "*"
urllib3 = "*"
webassets = "*"
Flask = "*"
Flask-Login = "*"
Flask-WTF = "*"
pyScss = "*"
PyJWT = "*"
Flask-Session = "*"
werkzeug = "==3.0.6"
et_xmlfile = "*"
Jinja2 = "*"
MarkupSafe = "*"
WTForms = "*"
jwcrypto = "*"
email-validator = "*"
[dev-packages]
black = "*"
flake8 = "*"
djlint = "*"
fakeredis = "*"
freezegun = "*"
isort = "*"
pytest = "*"
pytest-cov = "*"
pytest-html = "*"
coverage= "*"
testfixtures = "*"
requests-mock = "*"
responses = "*"
mock = "*"