1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-21 07:56:54 +00:00
bramw_baserow/backend/requirements/dev.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

47 lines
925 B
Text
Raw Permalink Normal View History

-c base.txt
2024-06-06 13:49:32 +00:00
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
2024-06-06 13:49:32 +00:00
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
2023-04-13 08:16:07 +00:00
black==23.3.0
2024-06-06 13:49:32 +00:00
pyinstrument==4.6.2
pyfakefs==5.4.1
pytest-xdist==3.6.1
2024-06-17 09:00:48 +00:00
django-silk==5.1.0
django-extensions==3.2.3
2023-04-13 08:16:07 +00:00
snoop==0.4.3
openapi-spec-validator==0.5.6
2024-06-06 13:49:32 +00:00
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
2023-04-13 08:16:07 +00:00
backports.cached-property==1.0.2
2022-06-28 16:29:56 +00:00
httpretty==1.1.4
2024-06-06 13:49:32 +00:00
graphviz==0.20.3
pytest-cov==5.0.0
2023-04-13 08:16:07 +00:00
django-stubs==1.16.0
django-stubs-ext==0.8.0
2024-05-09 16:14:03 +00:00
# ignored for now because of version conflict
# djangorestframework-stubs==1.10.0
2024-06-06 13:49:32 +00:00
mypy==1.10.0
2023-04-13 08:16:07 +00:00
mypy-extensions==1.0.0
2024-06-06 13:49:32 +00:00
isort==5.13.2
2022-10-13 21:18:34 +02:00
ipython
2024-06-06 13:49:32 +00:00
fakeredis[lua]==2.23.2
2025-02-14 12:36:20 +00:00
pytest-retry==1.7.0
ipdb
2024-05-24 07:16:57 +00:00
# build is used to compile a wheel package with `python -m build .` command.
build