Skip to content

Commit

Permalink
Add 'Pipfile' generated by pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
jenisys committed Mar 4, 2018
1 parent 2f59ac4 commit a7120fb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ __*/
.venv*/
.DS_Store
.coverage
Pipfile.lock
23 changes: 23 additions & 0 deletions python/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[dev-packages]



[packages]

pytest = ">=3.0"
pytest-html = ">=1.16"
tox = ">=2.9.1"
coverage = ">=4.2"
"enum34" = "*"
invoke = ">=0.21.0"
"path.py" = ">=10.1"
pathlib = "*"
"backports.shutil_which" = "*"
pycmd = "*"

0 comments on commit a7120fb

Please sign in to comment.