Update Readme & fix dependencies (#6401)

* Update Readme

* Fix typo & requirements mismatch

* Fix all dependencies

* Fix bug report typos
This commit is contained in:
jsangmeister 2022-04-19 10:27:30 +02:00 committed by GitHub
parent 420bef680a
commit 847b61f0ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 33 deletions

View File

@ -10,11 +10,12 @@ assignees: ""
A clear and concise description of what the bug is. A clear and concise description of what the bug is.
**How to Reproduce** **How to Reproduce**
Steps to reproduce the behavior: preferably on [nighty](https://nightly.demo.openslides.org) Steps to reproduce the behavior: preferably on [nightly](https://nightly.demo.openslides.org) (for
3.4) or the [OS4 demo](https://demo.os4.openslides.com/).
1. Go to '...' 1. Go to '...'
2. Click on '....' 2. Click on '...'
3. Scroll down to '....' 3. Scroll down to '...'
4. See error 4. See error
**Expected behavior** **Expected behavior**
@ -22,16 +23,16 @@ A clear and concise description of what you expected to happen.
**System information** **System information**
- OpenSlides-Version: [e.g. 2.1, 2.2, 2.3, 3,0] - OpenSlides-Version: [e.g. 3.4, 4.0-beta]
- Additional version information (if any): [e.g. commit hash or installation-month] - Additional version information (if any): [e.g. commit hash or installation month]
- Python Version: [e.g. 3,5, 3.6, 3.7] - Python Version: [e.g. 3.6, 3.7, 3.8]
- Device: [e.g. iPhone6, Notebook] - Device: [e.g. iPhone 6, Notebook]
- OS: [e.g. Andoird 7, iOS8.1, Windows 10] - OS: [e.g. Android 7, iOS 8.1, Windows 10]
- Browser: [e.g. chrome, firefox, opera, edge, safari] - Browser: [e.g. chrome, firefox, opera, edge, safari]
- Browser-Version: [e.g. 22] - Browser-Version: [e.g. 22]
**Additional context** **Additional context**
Add any other information to comprehend your problem Add any other information to comprehend your problem.
**Screenshots** **Screenshots**
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.

View File

@ -21,11 +21,9 @@ instructions <DEVELOPMENT.rst>`_.
Get OpenSlides Get OpenSlides
-------------- --------------
First, you have to clone this repository, then checkout the latest stable branch:: First, you have to clone this repository to the latest stable branch::
git clone https://github.com/OpenSlides/OpenSlides.git --recurse-submodules git clone -b stable/3.4.x --single-branch https://github.com/OpenSlides/OpenSlides.git --recurse-submodules
cd OpenSlides/
git checkout stable/3.4.x
**Note about migrating from version 3.3 or earlier**: With OpenSlides 3.4 submodules **Note about migrating from version 3.3 or earlier**: With OpenSlides 3.4 submodules
and a Docker setup were introduced. If you ran into problems try to delete your and a Docker setup were introduced. If you ran into problems try to delete your

View File

@ -1,11 +1,11 @@
black==21.7b0 black==22.3.0
coverage coverage==6.2
flake8 flake8==4.0.1
isort<5.0.0 isort==4.3.21
mypy<0.920 mypy==0.910
pytest<5.4.2 pytest==5.4.1
pytest-django<3.9.0 pytest-django==3.8.0
pytest-asyncio<0.11.0 pytest-asyncio==0.10.0
pytest-cov<2.8.2 pytest-cov==2.8.1
types-bleach types-bleach>=3.3.0,<5.0.0
types-pkg_resources types-pkg_resources==0.1.3

View File

@ -1,13 +1,9 @@
# asgiref: A never ending story of incompatibility and issues
# - Use release 3.2.9 with this issue fixed: https://github.com/django/asgiref/issues/170
# introduced with 3.2.8
asgiref>=3.2.9
# Requirements for OpenSlides in production in alphabetical order # Requirements for OpenSlides in production in alphabetical order
aioredis>=1.1.0,<1.3 aioredis>=1.1.0,<1.3
bleach>=3.3.0 asgiref>=3.2.9,<=3.4.1
bleach>=3.3.0,<5.0.0
Django>=2.1,<2.3 Django>=2.1,<2.3
djangorestframework>=3.11.2 djangorestframework>=3.11.2,<=3.13.1
jsonfield2>=3.0,<3.1 jsonfield2>=3.0,<3.1
jsonschema>=3.0,<3.1 jsonschema>=3.0,<3.1
mypy_extensions>=0.4,<0.5 mypy_extensions>=0.4,<0.5
@ -15,8 +11,8 @@ psycopg2-binary>=2.7.3.2,<2.9
PyPDF2>=1.26,<1.27 PyPDF2>=1.26,<1.27
roman>=2.0,<3.2 roman>=2.0,<3.2
setuptools>=29.0,<42.0 setuptools>=29.0,<42.0
typing_extensions>=3.6.6,<3.8 typing_extensions==3.10.0.0
twisted[tls]>=20.3.0 twisted[tls]>=20.3.0,<=22.4.0
uvicorn[standard]>=0.9,<1.0 uvicorn[standard]>=0.9,<1.0
# https://github.com/benoitc/gunicorn/issues/1913 # https://github.com/benoitc/gunicorn/issues/1913