Skip to content

Commit

Permalink
update to django42
Browse files Browse the repository at this point in the history
  • Loading branch information
gracieflores committed Jul 28, 2023
1 parent 2d43b15 commit 6ee56a7
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 104 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lxml = "~=4.9.1"
codalib = {git = 'https://github.com/unt-libraries/codalib', editable = true}
sqlparse = "*"
mysqlclient = "~=2.0.1"
Django = "~=4.1.10"
Django = "~=4.2.0"

[dev-packages]
django-debug-toolbar = "~=3.8.0"
Expand Down
211 changes: 113 additions & 98 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Dependencies
------------

* Python 3
* Django 4.1
* Django 4.2
* lxml (requires libxml2-dev to be installed on your system)
* pipenv

Expand Down
Loading

0 comments on commit 6ee56a7

Please sign in to comment.