Skip to content

Commit

Permalink
Requirements upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
wooyek committed Mar 21, 2018
1 parent 795661f commit 319dba3
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 172 deletions.
25 changes: 13 additions & 12 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ url = "https://pypi.python.org/simple"

click = "*"
diff-match-patch = "==20121119"
django = ">=2.0"
Django = ">=2.0"
django-bootstrap-form = "*"
django-import-export = "*"
django-localflavor = "==1.6"
django-pascal-templates = "*"
django-powerbank = "*"
"enum34" = "*"
et-xmlfile = "==1.0.1"
et_xmlfile = "==1.0.1"
jdcal = "==1.3"
markdown = "*"
Markdown = "*"
odfpy = "==1.3.5"
openpyxl = "==2.4.9"
pathlib = "*"
pytz = "==2017.3"
pyyaml = "==3.12"
PyYAML = "==3.12"
tablib = "==0.12.1"
unicodecsv = "==0.14.1"
xlrd = "==1.1.0"
Expand All @@ -33,14 +33,14 @@ xlwt = "==1.3.0"
[dev-packages]

click = "*"
django = ">=2.0"
Django = ">=2.0"
django-bootstrap-form = "*"
django-import-export = "*"
django-pascal-templates = "*"
django-powerbank = "*"
markdown = "*"
Markdown = "*"
pathlib = "*"
factory-boy = "*"
factory_boy = "*"
sparkpost = "*"
mock = "*"
pytest = "*"
Expand All @@ -49,19 +49,19 @@ pytest-html = "*"
pytest-django = "*"
"psycopg2" = "*"
django-environ = "*"
"c1a2a60" = {editable = true, path = "/data/work/wooyek/django-opt-out"}
"8f7e647" = {editable = true, path = "/data/work/wooyek/django-opt-out/example_project"}
"c1a2a60" = {path = "/data/work/wooyek/django-opt-out", editable = true}
"8f7e647" = {path = "/data/work/wooyek/django-opt-out/example_project", editable = true}
"bump2version" = "*"
check-manifest = "*"
codecov = "*"
coverage = "*"
detox = "*"
"flake8" = "*"
isort = "*"
pygments = "*"
readme-renderer = "*"
Pygments = "*"
readme_renderer = "*"
tox = "*"
sphinx = ">=1.6.5"
Sphinx = ">=1.6.5"
sphinx-rtd-theme = "*"
docutils = "==0.13.1"
sphinxcontrib-spelling = "*"
Expand All @@ -70,3 +70,4 @@ pyenchant = "*"
pytest-sugar = "*"
pytest-cov = "*"
python-coveralls = "*"
pytest-mock = "*"

0 comments on commit 319dba3

Please sign in to comment.