Skip to content

Commit

Permalink
Add a Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 17, 2018
1 parent 0b0bbd6 commit 7dd6a03
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Pipfile
@@ -0,0 +1,35 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
Django = "==1.11.*"
django-postgres-copy = ">=2.3.2"
"hurry.filesize" = "*"
pytz = "*"
requests = "*"
clint = "*"
csvkit = ">=1.0"
mysqlclient = "*"
"psycopg2" = "*"
Sphinx = "*"
sphinx_rtd_theme = "*"
sphinx-autobuild = "*"
agate = "==1.4.0"
subsample = "*"
pydocstyle = "*"
"flake8" = "*"
"flake8-docstrings" = "*"
coverage = "*"
python-coveralls = "*"
requests-mock = "*"
latimes-calculate = "*"
PyGithub = "*"
twine = "*"
datpy = "*"

[dev-packages]

[requires]
python_version = "3.6"

0 comments on commit 7dd6a03

Please sign in to comment.