Skip to content

Commit

Permalink
Preparation for the Pipenv support
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Oct 22, 2019
1 parent b6b5a61 commit 7c9994d
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
coverage = "*"
unittest-data-provider = "*"
mock = "*"

[packages]
tornado = "*"
pytz = "*"
whois = "*"
ovh = "*"
dateutil = "*"

[requires]
python_version = "3.7"
118 changes: 118 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 7c9994d

Please sign in to comment.