-
Notifications
You must be signed in to change notification settings - Fork 32
/
Pipfile
64 lines (61 loc) · 1.04 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[dev-packages]
"autopep8" = "*"
"gprof2dot" = "*"
"pep8" = "*"
"pyprof2calltree" = "*"
"urllib3" = "*"
asynctest = "*"
autoflake = "*"
awscli = "*"
certifi = "*"
crayons = "*"
cython = "*"
ipython = "*"
isort = "*"
jsonschema = "*"
jupyter = "*"
line-profiler = "*"
mypy = "*"
pre-commit = "*"
progress = "*"
pydevd = "*"
pylint = "<2.3.0"
pytest = "==3.10.0"
pytest-asyncio = "==0.9.0"
pytest-console-scripts = "==0.1.7"
pytest-cov = "==2.6.0"
pytest-docker = "==0.6.1"
pytest-mock = "==1.10.0"
pytest-profiling = "*"
pytest-pylint = "*"
pytest-sanic = "==0.1.13"
pytest-timeout = "*"
python-rapidjson = "*"
requests = "*"
yapf = "*"
funcy = "*"
vprof = "*"
[packages]
attrs = "==19.1.0"
aiodns = "*"
aiohttp = "*"
aredis = "*"
cchardet = "*"
configargparse = "*"
cytoolz = "*"
hiredis = "*"
pipenv = "*"
pygtrie = "*"
python-json-logger = "*"
python-rapidjson = "*"
sanic = "==0.8.3"
structlog = "*"
ujson = "*"
uvloop = "*"
websockets = "*"
async-timeout = "*"
[requires]
python_version = "3.6"