Skip to content

Commit

Permalink
requirement.txt replaced with Pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
rozuur committed May 30, 2018
1 parent 87670aa commit f7d925d
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 9 deletions.
13 changes: 13 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pytz = "*"
"boto3" = "*"

[dev-packages]

[requires]
python_version = "2.7"
89 changes: 89 additions & 0 deletions Pipfile.lock

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

9 changes: 0 additions & 9 deletions requirements.txt

This file was deleted.

0 comments on commit f7d925d

Please sign in to comment.