Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Revert "Remove unused files and update README. (#40)"
Browse files Browse the repository at this point in the history
This reverts commit 5de71e1.
  • Loading branch information
shrinandj committed Apr 16, 2019
1 parent 5de71e1 commit 2083e0e
Show file tree
Hide file tree
Showing 4 changed files with 816 additions and 4 deletions.
21 changes: 21 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
boto3 = "==1.7.84"
retrying = "==1.3.3"
bunch = "==1.0.1"
Flask = "==0.12"
pytz = "==2016.10"
requests = "==2.13.0"
kubernetes = "==2.0.0"

[dev-packages]
pytest = "==3.9.3"
mock = "==2.0.0"
moto = "==1.3.6"

[requires]
python_version = "2.7.15"
Loading

0 comments on commit 2083e0e

Please sign in to comment.