Project requirements

This commit is contained in:
Alejandro Franco 2022-12-01 23:16:13 -06:00
parent 57a46e8d38
commit c4d5a26cad
2 changed files with 3 additions and 3 deletions

View File

@ -49,5 +49,5 @@ drf-spectacular==0.24.2 # https://github.com/tfranzel/drf-spectacular
# Project # Project
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
fontawesomefree==6.1.1 fontawesomefree==6.2.1 # https://github.com/FortAwesome/Font-Awesome
django-import-export==2.7.1 django-import-export==3.0.1 # https://github.com/django-import-export/django-import-export

View File

@ -25,7 +25,7 @@ djangorestframework-stubs==1.7.0 # https://github.com/typeddjango/djangorestfra
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
sphinx==5.3.0 # https://github.com/sphinx-doc/sphinx sphinx==5.3.0 # https://github.com/sphinx-doc/sphinx
sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild
sphinx-rtd-theme==1.0.0 # https://pypi.org/project/sphinx-rtd-theme/ sphinx-rtd-theme==1.1.1 # https://pypi.org/project/sphinx-rtd-theme/
# Code quality # Code quality
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------