We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0418137 commit 811980fCopy full SHA for 811980f
requirements.txt
@@ -1,2 +1,2 @@
1
# requirements.txt file
2
-Django==5.1.6
+Django==5.1.7
setup.py
@@ -42,7 +42,7 @@ def read(fname):
42
url="https://github.com/django-ve/django-helloworld",
43
license="GPL",
44
platforms="OS Independent",
45
- install_requires=["Django==5.1.6"],
+ install_requires=["Django==5.1.7"],
46
packages=find_packages(exclude=EXCLUDE_FROM_PACKAGES),
47
include_package_data=True,
48
zip_safe=False,
0 commit comments