Skip to content

Commit

Permalink
upgraded to django 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Jan 24, 2020
1 parent cc40ee8 commit 59775bc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ django-debug-toolbar = "*"
pip-review = "*"

[packages]
Django = "~=2.2"
Django = "~=3.0"
Pillow = "~=7.0"
psycopg2 = "~=2.8"
django-localflavor = "~=2.2"
Expand Down
30 changes: 15 additions & 15 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Django==2.2.9
Django==3.0.2
Pillow==7.0.0
psycopg2==2.8.4
cryptography==2.8

alabaster==0.7.12
Expand All @@ -15,14 +14,14 @@ Click==7.0
commonmark==0.9.1
cssselect2==0.2.2
defusedxml==0.6.0
django-classy-tags==0.9.0
django-classy-tags==1.0.0
django-crontab==0.7.1
django-debug-toolbar==2.1
django-localflavor==2.2
django-localflavor-us==1.1
django-taggit==1.2.0
django-taggit-templatetags2==1.6.1
docutils==0.15.2
docutils==0.16
dparse==0.4.1
html5lib==1.0.1
idna==2.8
Expand All @@ -32,9 +31,10 @@ mailchimp3==3.0.12
Markdown==3.1.1
MarkupSafe==1.1.1
oauthlib==3.1.0
packaging==19.2
packaging==20.0
pip-review==1.0
ply==3.11
psycopg2==2.8.4
pyasn1==0.4.8
pycodestyle==2.5.0
pycparser==2.19
Expand All @@ -48,15 +48,15 @@ pysnmp==4.4.12
pysnmp-mibs==0.1.6
python-dateutil==2.8.1
python-slugify==4.0.0
python-stdnum==1.12
python-stdnum==1.13
pytz==2019.3
pyxero==0.9.1
PyYAML==5.2
PyYAML==5.3
recommonmark==0.6.0
requests==2.22.0
requests-oauthlib==1.3.0
safety==1.8.5
six==1.13.0
six==1.14.0
snowballstemmer==2.0.0
Sphinx==2.3.1
sphinx-rtd-theme==0.4.3
Expand All @@ -70,7 +70,7 @@ sqlparse==0.3.0
suds-jurko==0.6
text-unidecode==1.3
tinycss2==1.0.2
urllib3==1.25.7
urllib3==1.25.8
WeasyPrint==51
webencodings==0.5.1

Expand Down

0 comments on commit 59775bc

Please sign in to comment.