Skip to content

Commit

Permalink
Add pipfiles for pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
rroemhild committed Mar 16, 2018
1 parent 2143e34 commit 6143a85
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[[source]]

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


[packages]

flask = "*"
"ldap3" = "*"
six = "*"


[dev-packages]

docker = "*"
pytest = "*"
198 changes: 198 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6143a85

Please sign in to comment.