Skip to content
Snippets Groups Projects
Commit 880d326c authored by Pelle Koster's avatar Pelle Koster
Browse files

downgrade requirements in setup.py

parent c39801db
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ setup(
url=("TBD"),
packages=find_packages(),
install_requires=[
"django>=5.1",
"django==5.0",
"dj_database_url==2.3.0", # pin for security
"jsonschema",
"stripe",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment