1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-17 18:32:35 +00:00

plugin boilerplate deps update

This commit is contained in:
Cezary Statkiewicz 2024-08-05 07:57:10 +00:00
parent 55555322c2
commit 5ce55247ad
5 changed files with 821 additions and 180 deletions
changelog/entries/unreleased/bug
plugin-boilerplate/{{ cookiecutter.project_slug }}/plugins/{{ cookiecutter.project_module }}/backend/requirements

View file

@ -0,0 +1,7 @@
{
"type": "bug",
"message": "Update plugin boilerplate deps.",
"issue_number": 2846,
"bullet_points": [],
"created_at": "2024-08-01"
}

View file

@ -1 +1,2 @@
-e /baserow/backend
-r /baserow/backend/requirements/base.in
-e /baserow/backend/

View file

@ -1,11 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=base.txt base.in
# pip-compile base.in
#
-e /baserow/backend
-e file:///baserow/backend
# via -r base.in
# The following packages are considered to be unsafe in a requirements file:
# setuptools

View file

@ -1,31 +1,45 @@
-c base.txt
flake8==3.9.2
pytest==6.2.5
pytest-django==4.4.0
pytest-env==0.6.2
pytest-asyncio==0.15.1
-r base.in
flake8==7.0.0
pytest==8.2.0
pytest-django==4.8.0
pytest-env==1.1.3
pytest-asyncio==0.23.6
pytest-ordering==0.6
pytest-mock==3.6.1
pytest-icdiff==0.5
freezegun==1.1.0
responses==0.13.4
watchdog==2.1.4
argh==0.26.2
black==21.7b0
pyinstrument==4.0.3
pyfakefs==4.5.5
pytest-xdist==2.3.0
responses==0.13.4
django-silk==4.2.0
django-extensions==3.1.5
snoop==0.4.1
openapi-spec-validator==0.4.0
pytest-html==3.1.1
coverage==6.2
pytest-split==0.6.0
bandit==1.7.2
pip-tools==6.5.1
autopep8==1.5.7
pytest-unordered==0.4.1
debugpy==1.5.1
backports.cached-property==1.0.1
pytest-mock==3.14.0
pytest-icdiff==0.9
freezegun==1.5.0
responses==0.25.0
watchdog==4.0.0
argh==0.31.2
black==23.3.0
pyinstrument==4.6.2
pyfakefs==5.4.1
pytest-xdist==3.6.1
django-silk==5.1.0
django-extensions==3.2.3
snoop==0.4.3
openapi-spec-validator==0.5.6
pytest-html==4.1.1
coverage==7.5.1
pytest-split==0.8.2
bandit==1.7.8
pip-tools==7.4.1
autopep8==2.1.0
pytest-unordered==0.6.0
debugpy==1.8.1
backports.cached-property==1.0.2
httpretty==1.1.4
graphviz==0.20.3
pytest-cov==5.0.0
django-stubs==1.16.0
django-stubs-ext==0.8.0
# ignored for now because of version conflict
# djangorestframework-stubs==1.10.0
mypy==1.10.0
mypy-extensions==1.0.0
isort==5.13.2
ipython
fakeredis[lua]==2.23.2
ipdb
# build is used to compile a wheel package with `python -m build .` command.
build