Skip to content

Commit

Permalink
add Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aamalev committed Jun 22, 2019
1 parent cd3dd3f commit b067534
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[[source]]
verify_ssl = true
url = "https://pypi.org/simple"
name = "pypi"

[requires]
python_version = "3.6"

[packages]
aiohttp = "*"
aiohttp-apiset = "*"

[dev-packages]
pytest-aioworkers = "*"
pytest-flake8 = "*"
pytest-mypy = "*"
pytest-mock = "*"
pytest-cov = "*"
pytest-sugar = "*"

0 comments on commit b067534

Please sign in to comment.