forked from City-of-Helsinki/linkedevents
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update requirements * drop python 3.7, 3.8 * Update requirements-dev
- Loading branch information
Showing
5 changed files
with
199 additions
and
127 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
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
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,36 +1,96 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=requirements-dev.txt requirements-dev.in | ||
# | ||
--no-binary psycopg2 | ||
|
||
astroid==2.5.0 # via pylint | ||
atomicwrites==1.3.0 # via pytest | ||
attrs==19.3.0 # via pytest | ||
click==7.0 # via pip-tools | ||
django-extensions==2.2.6 | ||
entrypoints==0.3 # via flake8 | ||
flake8==3.7.9 # via -r requirements-dev.in | ||
freezegun==0.3.15 | ||
importlib-metadata==1.6.0 # via pluggy | ||
isort==4.3.21 # via pylint | ||
lazy-object-proxy==1.4.3 # via astroid | ||
mccabe==0.6.1 # via flake8, pylint | ||
more-itertools==8.2.0 # via pytest | ||
pip-tools==4.4.1 # via -r requirements-dev.in | ||
pluggy==0.13.1 # via pytest | ||
py==1.10.0 # via pytest | ||
pycodestyle==2.5.0 # via flake8 | ||
pyflakes==2.1.1 # via -r requirements-dev.in, flake8 | ||
pylint==2.7.0 # via -r requirements-dev.in | ||
pytest-django==3.8.0 # via -r requirements-dev.in | ||
pytest==5.3.5 # via -r requirements-dev.in, pytest-django | ||
six==1.14.0 # via -c requirements.txt, astroid, pip-tools, pytest | ||
typed-ast==1.4.1 # via astroid | ||
wrapt==1.11.1 # via astroid | ||
zipp==3.1.0 # via importlib-metadata | ||
astroid==3.0.2 | ||
# via pylint | ||
build==1.0.3 | ||
# via pip-tools | ||
click==8.1.7 | ||
# via pip-tools | ||
dill==0.3.8 | ||
# via pylint | ||
exceptiongroup==1.2.0 | ||
# via | ||
# -c requirements.txt | ||
# pytest | ||
flake8==7.0.0 | ||
# via -r requirements-dev.in | ||
freezegun==1.4.0 | ||
# via -r requirements-dev.in | ||
importlib-metadata==7.0.1 | ||
# via | ||
# -c requirements.txt | ||
# build | ||
iniconfig==2.0.0 | ||
# via pytest | ||
isort==5.13.2 | ||
# via pylint | ||
mccabe==0.7.0 | ||
# via | ||
# flake8 | ||
# pylint | ||
packaging==23.2 | ||
# via | ||
# -c requirements.txt | ||
# build | ||
# pytest | ||
pip-tools==7.3.0 | ||
# via -r requirements-dev.in | ||
platformdirs==4.2.0 | ||
# via | ||
# -c requirements.txt | ||
# pylint | ||
pluggy==1.4.0 | ||
# via pytest | ||
pycodestyle==2.11.1 | ||
# via flake8 | ||
pyflakes==3.2.0 | ||
# via | ||
# -r requirements-dev.in | ||
# flake8 | ||
pylint==3.0.3 | ||
# via -r requirements-dev.in | ||
pyproject-hooks==1.0.0 | ||
# via build | ||
pytest==8.0.0 | ||
# via | ||
# -r requirements-dev.in | ||
# pytest-django | ||
pytest-django==4.8.0 | ||
# via -r requirements-dev.in | ||
python-dateutil==2.8.2 | ||
# via | ||
# -c requirements.txt | ||
# freezegun | ||
six==1.16.0 | ||
# via | ||
# -c requirements.txt | ||
# python-dateutil | ||
tomli==2.0.1 | ||
# via | ||
# build | ||
# pip-tools | ||
# pylint | ||
# pyproject-hooks | ||
# pytest | ||
tomlkit==0.12.3 | ||
# via pylint | ||
typing-extensions==4.9.0 | ||
# via | ||
# -c requirements.txt | ||
# astroid | ||
# pylint | ||
wheel==0.42.0 | ||
# via pip-tools | ||
zipp==3.17.0 | ||
# via | ||
# -c requirements.txt | ||
# importlib-metadata | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
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 |
---|---|---|
|
@@ -49,3 +49,4 @@ requests-cache | |
requests | ||
sentry-sdk | ||
six | ||
urllib3<2 |
Oops, something went wrong.