Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
related to #67
  • Loading branch information
sebastienbarbier committed Apr 17, 2023
1 parent 6fa0e6e commit c74df84
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Virtual env (optional)

.. code:: shell
virtualenv -p python3 apps
python3 -m venv apps
source apps/bin/activate
Dependencies
Expand Down Expand Up @@ -50,4 +50,4 @@ Run server
Because local instance do not support https, you cannot access the API using a https application.

.. hint::
See :ref:`docker_deployment` for Docker based deployments and configuration options.
See :ref:`docker_deployment` for Docker based deployments and configuration options.
71 changes: 49 additions & 22 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,49 @@
alabaster
argh
Babel
backports.ssl-match-hostname
certifi
docutils
Jinja2
livereload
MarkupSafe
pathtools
Pygments
PyMySQL
pylint
pylint-django
snowballstemmer
Sphinx
sphinx-autobuild
sphinx-rtd-theme
tornado
watchdog


alabaster==0.7.13
argh==0.28.1
astroid==2.15.3
Babel==2.12.1
backports.ssl-match-hostname==3.7.0.1
certifi==2022.12.7
charset-normalizer==3.1.0
colorama==0.4.6
dill==0.3.6
docutils==0.19
idna==3.4
imagesize==1.4.1
importlib-metadata==6.4.1
isort==5.12.0
Jinja2==3.1.2
lazy-object-proxy==1.9.0
livereload==2.6.3
MarkupSafe==2.1.2
mccabe==0.7.0
packaging==23.1
pathtools==0.1.2
pip-review==1.3.0
platformdirs==3.2.0
Pygments==2.15.0
pylint==2.17.2
pylint-django==2.5.3
pylint-plugin-utils==0.7
PyMySQL==1.0.3
requests==2.28.2
six==1.16.0
snowballstemmer==2.2.0
Sphinx==6.1.3
sphinx-autobuild==2021.3.14
sphinx-rtd-theme==1.2.0
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tomli==2.0.1
tomlkit==0.11.7
tornado==6.2
typing_extensions==4.5.0
urllib3==1.26.15
watchdog==3.0.0
wrapt==1.15.0
zipp==3.15.0

0 comments on commit c74df84

Please sign in to comment.