-
Notifications
You must be signed in to change notification settings - Fork 12
/
Pipfile
125 lines (121 loc) · 2.01 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
setuptools = "57.5.0"
pipdeptree = "*"
decorator = "*"
Faker = "*"
ipdb = "*"
ipython = "*"
ipython-genutils = "*"
pexpect = "*"
pickleshare = "*"
prompt-toolkit = "*"
ptyprocess = "*"
Pygments = "*"
simplegeneric = "*"
traitlets = "*"
wcwidth = "*"
pytest = "*"
pytest-cov = "*"
atomicwrites = "*"
attrs = "*"
more-itertools = "*"
pluggy = "*"
py = "*"
[packages]
alembic = "*"
appdirs = "*"
asn1crypto = "*"
bcrypt = "*"
blinker = "*"
cached-property = "*"
cairocffi = "*"
certifi = "*"
cffi = "*"
chardet = "*"
click = "*"
coverage = "*"
cryptography = "*"
cssselect2 = "*"
defusedxml = "*"
dominate = "*"
elasticsearch = {version = ">=7.0,<8.0"}
holidays = "*"
html5lib = "*"
idna = "*"
isodate = "*"
itsdangerous = "*"
jsonschema = "*"
ldap3 = "*"
lxml = "*"
oauthlib = "*"
paramiko = "*"
pdfrw = "*"
pkgconfig = "*"
pyasn1 = "*"
pycparser = "*"
pyparsing = "*"
python-dateutil = "*"
python-dotenv = "*"
python-editor = "*"
pytz = "*"
raven = "*"
redis = "*"
requests = "*"
requests-oauthlib = "*"
simplekv = "*"
six = "*"
tablib = "*"
tinycss2 = "*"
tzlocal = "*"
urllib3 = "*"
virtualenv = "*"
visitor = "*"
webencodings = "*"
xmlsec = "*"
business_calendar = "*"
CairoSVG = "*"
Flask = "*"
Flask-Bootstrap = "*"
Flask-Login = "*"
Flask-Mail = "*"
Flask-Migrate = "*"
Flask-Moment = "*"
Flask-reCaptcha = "*"
Flask-Script = "*"
Flask-SQLAlchemy = "*"
Flask-Tracy = "*"
Flask-WeasyPrint = "*"
Flask-WTF = "*"
Jinja2 = "*"
Mako = "*"
MarkupSafe = "*"
Pillow = "*"
PyNaCl = "*"
pyOpenSSL = "*"
Pyphen = "*"
SQLAlchemy = "*"
WeasyPrint = "*"
Werkzeug = "*"
WTForms = {extras = ["email"], version = "*"}
psycopg2-binary = "*"
python-magic-bin = {version = "*", sys_platform = "=='darwin'"}
flask-session = "*"
celery = "*"
billiard = "*"
kombu = "*"
vine = "*"
amqp = "*"
pyotp = "*"
python-magic = "*"
gunicorn = "*"
azure-core = "*"
azure-storage-blob = "*"
# Required for additional formats in tablib
xlwt = "*"
xlrd = "*"
[requires]
python_version = "3.10.2"