Skip to content

Commit

Permalink
[#13] update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Oct 4, 2024
1 parent 842137d commit 16f9327
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 217 deletions.
38 changes: 38 additions & 0 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# ./bin/compile_dependencies.sh
#
alabaster==0.7.16
# via sphinx
amqp==5.2.0
# via
# -r requirements/base.txt
Expand All @@ -28,6 +30,8 @@ attrs==23.2.0
# glom
# jsonschema
# referencing
babel==2.16.0
# via sphinx
beautifulsoup4==4.12.3
# via webtest
billiard==4.2.0
Expand Down Expand Up @@ -282,6 +286,10 @@ djangorestframework-inclusions==1.2.0
# via
# -r requirements/base.txt
# open-api-framework
docutils==0.20.1
# via
# sphinx
# sphinx-rtd-theme
drf-nested-routers==0.94.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -348,6 +356,8 @@ idna==3.7
# -r requirements/base.txt
# requests
# yarl
imagesize==1.4.1
# via sphinx
inflection==0.5.1
# via
# -r requirements/base.txt
Expand All @@ -373,6 +383,7 @@ jinja2==3.1.4
# via
# -r requirements/base.txt
# coreschema
# sphinx
josepy==1.14.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -437,6 +448,7 @@ packaging==24.1
# black
# drf-yasg
# pytest
# sphinx
pathspec==0.12.1
# via black
phonenumberslite==8.13.42
Expand Down Expand Up @@ -467,6 +479,8 @@ pycparser==2.22
# cffi
pyflakes==3.2.0
# via flake8
pygments==2.18.0
# via sphinx
pyjwt==2.8.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -539,6 +553,7 @@ requests==2.32.3
# mozilla-django-oidc
# open-api-framework
# requests-mock
# sphinx
# zgw-consumers
requests-mock==1.12.1
# via -r requirements/test-tools.in
Expand All @@ -559,8 +574,31 @@ six==1.16.0
# isodate
# orderedmultidict
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.4.7
# via
# -r requirements/test-tools.in
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==2.0.0
# via -r requirements/test-tools.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
# via
# -r requirements/base.txt
Expand Down
11 changes: 0 additions & 11 deletions requirements/dev.in
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
-c ci.txt

# Helpers
pip-tools
bump2version
gitpython

# Code formatting
black
isort[colors]
# flake8 -> pins importlib-metadata < 4.3 on Python < 3.10, which conflicts with other packages

# Debug tooling
django-debug-toolbar
django-extensions

# Documentation
sphinx
sphinx_rtd_theme
Loading

0 comments on commit 16f9327

Please sign in to comment.