Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Added a Pipfile for new fangled work
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Aug 20, 2018
1 parent aeb398d commit 93e7e92
Show file tree
Hide file tree
Showing 2 changed files with 320 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]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
six = "*"
python-dateutil = ">=2.1"
"rfc3987" = "*"

[dev-packages]
Sphinx = "*"
coverage = "*"
flake8 = "*"
python-coveralls = "*"
tox = "*"

[requires]
python_version = "3.6"
301 changes: 301 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 93e7e92

Please sign in to comment.