Skip to content
Snippets Groups Projects
Commit 776944c8 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Update Pipfile for Django v5.0

parent e009e7e9
Branches
No related merge requests found
......@@ -20,7 +20,7 @@ python_version = "3.11"
##
[packages]
# General Django dependencies.
django = "< 4.3.0" # Core Django package, locked to latest 4.2 LTS.
django = "< 5.1.0" # Core Django package, locked to latest 5.0 Feature Release.
django-adminlte2-pdq = "*" # Adds framework for easily styling site like adminlte2.
django-localflavor = "*" # Easy implementation of localization info, such as addresses.
requests = "*" # Simple HTTP library. Useful for things like initiating API requests.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment