-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
67 lines (64 loc) · 1.41 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alembic = "==1.4.2"
blinker = "==1.4"
blurhash = "==1.1.4"
cairocffi = "==1.1.0"
certifi = "==2020.4.5.1"
cffi = "==1.14.0"
chardet = "==3.0.4"
click = "==7.1.2"
colorclass = "==2.2.0"
cryptography = "==2.9.2"
cssselect2 = "==0.3.0"
decorator = "==4.4.2"
defusedxml = "==0.6.0"
future = "==0.18.2"
httplib2 = "==0.18.0"
idna = "==2.9"
instagram = {git = "https://github.com/foozmeat/python-instagram.git"}
itsdangerous = "==1.1.0"
numpy = "==1.18.4"
oauthlib = "==3.1.0"
pandas = "==1.0.3"
pip-check = "==2.6"
pip-tools = "==5.3.1"
psutil = "==5.7.0"
pycparser = "==2.20"
pygal = "==2.4.0"
python-dateutil = "==2.8.1"
python-editor = "==1.0.4"
python-magic = "==0.4.15"
python-twitter = "==3.5"
pytz = "==2020.1"
requests-oauthlib = "==1.3.0"
requests = "==2.23.0"
sentry-sdk = {version = "==0.17.3", extras = ["flask"]}
simplejson = "==3.17.0"
six = "==1.14.0"
terminaltables = "==3.1.0"
tinycss2 = "==1.0.2"
urllib3 = "==1.25.9"
webencodings = "==0.5.1"
Authlib = "==0.13"
CairoSVG = "==2.4.2"
Flask-Mail = "==0.9.1"
Flask-Migrate = "==2.5.3"
Flask-SQLAlchemy = "==2.4.1"
Flask-WTF = "==0.14.3"
Flask = "==1.1.2"
Jinja2 = "==2.11.2"
Mako = "==1.1.2"
MarkupSafe = "==1.1.1"
"Mastodon.py" = "==1.5.1"
Pillow = "==7.1.2"
PyMySQL = "==0.9.3"
SQLAlchemy = "==1.3.16"
Werkzeug = "==0.16.1"
WTForms = "==2.3.1"
[dev-packages]
[requires]
python_version = "3.7"