forked from jacebrowning/memegen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
50 lines (37 loc) · 732 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3.6.3"
[packages]
flask = "~=0.12.2"
flask-api = "~=1.0"
flask-cors = "~=3.0.3"
flask-caching = "*"
flask-cachecontrol = "==0.1.2"
flask-script = "~=2.0.5"
requests = "~=2.18.1"
webargs = "~=1.7.0"
background = "*"
yorm = "~=1.5"
pillow = "~=4.1.1"
profanityfilter = "~=1.1.2"
markdown = "*"
pymdown-extensions = "*"
gunicorn = "~=19.7.1"
eventlet = "==0.21.0"
bugsnag = "~=3.1.1"
blinker = "~=1.4"
[dev-packages]
pylint = "*"
pycodestyle = "*"
pydocstyle = "*"
pytest = "~=3.3"
pytest-describe = "*"
pytest-expecter = "*"
pytest-random = "*"
pytest-cov = "*"
"coverage.space" = "*"
sniffer = "*"
pync = "*"