Skip to content

Commit

Permalink
Upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
japauliina committed Jan 16, 2024
1 parent 90477f4 commit f4abd11
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ django-modeltranslation
flake8
requests
requests_cache
git+https://github.com/City-of-Helsinki/[email protected].80#egg=django-munigeo
git+https://github.com/City-of-Helsinki/[email protected].81#egg=django-munigeo
pytz
django-cors-headers
django-extensions
Expand Down
28 changes: 23 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
Expand Down Expand Up @@ -33,7 +33,9 @@ click==8.1.7
# black
# pip-tools
coverage[toml]==7.4.0
# via pytest-cov
# via
# coverage
# pytest-cov
django==5.0.1
# via
# -r requirements.in
Expand Down Expand Up @@ -64,7 +66,7 @@ django-mptt==0.15.0
# via
# -r requirements.in
# django-munigeo
django-munigeo @ git+https://github.com/City-of-Helsinki/[email protected].80
django-munigeo @ git+https://github.com/City-of-Helsinki/[email protected].81
# via -r requirements.in
django-polymorphic==3.1.0
# via -r requirements.in
Expand All @@ -76,6 +78,10 @@ djangorestframework-jsonp==1.0.2
# via -r requirements.in
drf-spectacular==0.27.0
# via -r requirements.in
exceptiongroup==1.2.0
# via
# cattrs
# pytest
flake8==7.0.0
# via
# -r requirements.in
Expand Down Expand Up @@ -170,7 +176,7 @@ requests-cache==1.1.1
# via -r requirements.in
requests-mock==1.11.0
# via -r requirements.in
rpds-py==0.16.2
rpds-py==0.17.1
# via
# jsonschema
# referencing
Expand All @@ -184,10 +190,22 @@ six==1.16.0
# url-normalize
sqlparse==0.4.4
# via django
tomli==2.0.1
# via
# black
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
tqdm==4.66.1
# via -r requirements.in
typing-extensions==4.9.0
# via django-modeltranslation
# via
# asgiref
# black
# cattrs
# django-modeltranslation
tzdata==2023.4
# via -r requirements.in
uritemplate==4.1.1
Expand Down

0 comments on commit f4abd11

Please sign in to comment.