We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a7f280 + 2e7270c commit 414dbcfCopy full SHA for 414dbcf
2 files changed
requirements.txt
@@ -1,3 +1,3 @@
1
psycopg2-binary==2.8.6
2
-django==3.2.7
+django==4.0.4
3
Pillow==9.0.1
setup.py
@@ -2,7 +2,7 @@
setup(
4
name='jsonate',
5
- version='0.7.4',
+ version='0.7.5',
6
7
author='James Robert',
8
author_email='jiaaro@gmail.com',
@@ -17,7 +17,7 @@
17
url='http://jsonate.com',
18
19
install_requires=[
20
- "django>=3.0",
+ "django>=4.0.4",
21
],
22
23
packages=[
0 commit comments