Skip to content

Commit

Permalink
Updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Nov 2, 2020
1 parent bb92edc commit 1f674a5
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 244 deletions.
20 changes: 11 additions & 9 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ pip-review = "*"

[packages]
Django = ">=3.1"
Pillow = "~=7.1"
Pillow = "~=8.0"
psycopg2 = "~=2.8"
django-localflavor = "~=3.0"
django-localflavor-us = "~=1.1"
django-taggit = "~=1.2"
django-taggit-templatetags2 = "~=1.6"
django-crontab = "~=0.7"
django-cryptography="~=1.0"
python-slugify = "!=2.0"
requests = "~=2.22"
cryptography = "~=3.0"
cryptography = ">=3.2"
mailchimp3 = "~=3.0"
pyyaml = "~=5.2"

Expand All @@ -41,9 +42,10 @@ PyJWT = "~=1.7"

# For document signing & PDFs
# Master branch of django-jsignature is very out of date
django-jsignature = {git = "https://github.com/nadineproject/django-jsignature.git", editable = true}
WeasyPrint = "==51"
html5lib = "==1.0.1"
#django-jsignature = {git = "https://github.com/nadineproject/django-jsignature.git", editable = true}
django-jsignature = "==0.10"
WeasyPrint = "==52"
html5lib = "==1.1"

# Payment libraries
suds-jurko = "==0.6"
Expand All @@ -52,10 +54,10 @@ suds-jurko = "==0.6"
# For the documentation:
CommonMark = "~=0.9"
Sphinx = "~=3.0"
sphinx_rtd_theme = "==0.4.3"
Markdown = "!=3.1"
recommonmark = "==0.6.0"
pycodestyle = "==2.5"
sphinx_rtd_theme = "~=0.5"
Markdown = "~=3.3"
recommonmark = "~=0.6"
pycodestyle = "~=2.6"

# Other libraries
pytz = "*"
Expand Down

0 comments on commit 1f674a5

Please sign in to comment.