-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathPipfile
More file actions
49 lines (42 loc) · 745 Bytes
/
Pipfile
File metadata and controls
49 lines (42 loc) · 745 Bytes
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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = ">=2.0.0"
inflection = ">=0.3.1"
jsonpointer = ">=1.10"
python-dateutil = ">=2.6.0"
trafaret = ">=1.0.2"
multidict = ">=3.3.0"
yarl = ">=0.13.0"
python-mimeparse = ">=1.6.0"
[dev-packages]
alabaster = "*"
coverage = "*"
cryptography = "*"
"flake8" = "*"
"flake8-docstrings" = "*"
"punch.py" = "*"
pytest = "*"
pyyaml = "*"
sphinx = "*"
sphinx-autodoc-typehints = "*"
tox = "*"
twine = "*"
watchdog = "*"
pylint = "*"
mimesis = "*"
"pep8" = "*"
"autopep8" = "*"
mypy = "*"
tox-pyenv = "*"
aiopg = "*"
sqlalchemy = "*"
docker = "*"
invoke = "*"
attrs = "*"
jsonschema = "*"
aiohttp = "*"
pytest-aiohttp = "*"
"flake8-import-order" = "*"