We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa005d commit 89ff52eCopy full SHA for 89ff52e
google-api-client-generator/setup.py
@@ -30,7 +30,7 @@
30
include_package_data=True,
31
# TODO(user): Any 1.8 version is OK, but django<1.9 seems to do the wrong
32
# thing. It installs version 1.9rc1, which is not compatible.
33
- install_requires=['django==1.8.12',
+ install_requires=['django==4.2.26',
34
'httplib2',
35
'google-apputils',
36
'python-gflags',
0 commit comments