From 721b318434873f0d8388f917761435fc8faaf785 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 17 Jan 2024 23:16:06 +0100 Subject: [PATCH] re-add dev requirements --- bin | 2 +- requirements-dev.txt | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 requirements-dev.txt diff --git a/bin b/bin index 52d01bc8..877deb91 160000 --- a/bin +++ b/bin @@ -1 +1 @@ -Subproject commit 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd +Subproject commit 877deb91a9d035c74bf726fed8851d38e93014ce diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 00000000..205f0af6 --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,34 @@ +bigbluebutton-api-python==0.0.11 +channels==3.0.4 +channels_redis==3.4.0 +docutils==0.17.1 +daphne==3.0.2 +Django==3.2.13 +djangorestframework==3.13.1 +django-debug-toolbar==3.2.1 +dj_pagination==2.5.0 # used by postman +django-jazzmin==2.4.7 +django-json-rpc==0.7.1 +# django-google-tools==1.1.0 +django-nvd3==0.8.2 +django-postman==4.2 +django-tinymce==3.3.0 +-e git+https://git.parisson.com/git/django-unique-session.git@master#egg=django-unique-session +django-user-agents==0.4.0 +django-recaptcha==2.0.6 +ipython +jxmlease==1.0.3 +mysqlclient==2.0.3 +numpy==1.20.3 +pymemcache==3.4.4 +requests +sorl-thumbnail==12.7.0 +unidecode==1.2.0 +weasyprint==52.5 +xlrd==2.0.1 +xlwt==1.3.0 +psycopg2==2.8.6 +redis==3.5.3 +uwsgi==2.0.19 +uvicorn[standard]==0.18.1 +httpx==0.23.3 -- 2.39.5