-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90477f4
commit f4abd11
Showing
2 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|