-
Notifications
You must be signed in to change notification settings - Fork 23
/
Pipfile
79 lines (69 loc) · 1.13 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[dev-packages]
"autopep8" = "*"
"pep8" = "*"
ipython = "*"
pytest = "*"
pytest-console-scripts = "*"
pytest-docker = "*"
pytest-pylint = "*"
recommonmark = "*"
sphinx = "*"
sphinxcontrib-programoutput = "*"
sphinxcontrib-restbuilder = "*"
yapf = "*"
isort = "*"
pre-commit = "*"
autoflake = "*"
pylint = "*"
vulture = "*"
mypy = "*"
python-rapidjson = "*"
inflect = "*"
awscli = "*"
[packages]
aiodns = "*"
aiofiles = "*"
aiohttp = "*"
aiomysql = "*"
certifi = "*"
click = "*"
click-spinner = "*"
cytoolz = "*"
funcy = "*"
janus = "*"
jsonrpcserver = "*"
langdetect = "*"
maya = "*"
mysqlclient = "*"
pymysql = "*"
python-json-logger = "*"
rollbar = "*"
sqlalchemy = "*"
structlog = "*"
toolz = "*"
ujson = "*"
"urllib3" = "*"
uvloop = "*"
"w3lib" = "*"
jsonrpcclient = "*"
python-rapidjson = "*"
aiopg = "*"
colorama = "*"
tqdm = "*"
python-dateutil = "*"
requests = "*"
ipython = "*"
aiotask-context = "*"
asyncpg = "*"
"jinja2" = "*"
sqlalchemy-utils = "*"
serpy = "*"
"psycopg2-binary" = "*"
inflect = "*"
"boto3" = "*"
"psycopg2" = "*"
[requires]
python_version = "3.6"