Skip to content

Commit

Permalink
Use pipenv to track package versions on git
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Mar 23, 2018
1 parent 9fb37ff commit 7901817
Show file tree
Hide file tree
Showing 3 changed files with 430 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
"flake8" = "*"
"flake8-blind-except" = "*"
"flake8-bugbear" = "*"
"flake8-comprehensions" = "*"
"flake8-debugger" = "*"
"flake8-docstrings" = "*"
"flake8-isort" = "*"
"flake8-mypy" = "*"
"flake8-polyfill" = "*"
"flake8-pytest" = "*"
"flake8-quotes" = "*"
ipython = "*"
ipdb = "*"

[dev-packages]
pipfile = "*"
pytest = "*"

[requires]
python_version = "3.6"
Loading

0 comments on commit 7901817

Please sign in to comment.