Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generator/generator_requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django==1.8.12
django==2.2.28
httplib2==0.20.4
google-apputils==0.4.2
python-gflags==3.1.2
Expand Down
14 changes: 10 additions & 4 deletions generator/generator_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ cachetools==3.1.1 \
# via
# -r generator_requirements.in
# google-auth
django==1.8.12 \
--hash=sha256:9c60c4af02faffb6f1c2bc7c7a09169c59230fa06c30a552414b816ee79f0c2a \
--hash=sha256:b68fa73d537f8362d73fec1aa2b7a1e8572349b12942ac756ec1041b6b0e7113
django==2.2.28 \
--hash=sha256:0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413 \
--hash=sha256:365429d07c1336eb42ba15aa79f45e1c13a0b04d5c21569e7d596696418a6a45
# via -r generator_requirements.in
enum34==1.1.10 \
--hash=sha256:a98a201d6de3f2ab3db284e70a33b0f896fbf35f8086594e8c9e74b909058d53 \
Expand Down Expand Up @@ -72,7 +72,9 @@ python-gflags==3.1.2 \
pytz==2022.2.1 \
--hash=sha256:220f481bdafa09c3955dfbdddb7b57780e9a94f5127e35456a48589b9e0c0197 \
--hash=sha256:cea221417204f2d1a2aa03ddae3e867921971d0d76f14d87abb4414415bbdcf5
# via google-apputils
# via
# django
# google-apputils
rsa==4.0 \
--hash=sha256:14ba45700ff1ec9eeb206a2ce76b32814958a98e372006c8fb76ba820211be66 \
--hash=sha256:1a836406405730121ae9823e19c6e806c62bbad73f890574fff50efa4122c487
Expand All @@ -87,6 +89,10 @@ six==1.16.0 \
# google-auth
# google-auth-httplib2
# python-dateutil
sqlparse==0.4.3 \
--hash=sha256:0323c0ec29cd52bceabc1b4d9d579e311f3e4961b98d174201d5622a23b85e34 \
--hash=sha256:69ca804846bb114d2ec380e4360a8a340db83f0ccf3afceeb1404df028f57268
# via django
uritemplate==3.0.1 \
--hash=sha256:07620c3f3f8eed1f12600845892b0e036a2420acf513c53f7de0abd911a5894f \
--hash=sha256:5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae
Expand Down
2 changes: 1 addition & 1 deletion generator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
include_package_data=True,
# TODO(user): Any 1.8 version is OK, but django<1.9 seems to do the wrong
# thing. It installs version 1.9rc1, which is not compatible.
install_requires=['django==1.8.12',
install_requires=['django==2.2.28',
'httplib2',
'google-apputils',
'python-gflags',
Expand Down