Fix typo & requirements mismatch

This commit is contained in:
Joshua Sangmeister 2022-04-12 14:51:12 +02:00
parent 457471ef3b
commit 9895df7dfe
3 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ assignees: ""
A clear and concise description of what the bug is.
**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)
1. Go to '...'
2. Click on '....'
@ -31,7 +31,7 @@ A clear and concise description of what you expected to happen.
- Browser-Version: [e.g. 22]
**Additional context**
Add any other information to comprehend your problem
Add any other information to comprehend your problem.
**Screenshots**
If applicable, add screenshots to help explain your problem.

View File

@ -1,4 +1,4 @@
black==21.7b0
black==22.3.0
coverage
flake8
isort<5.0.0
@ -7,5 +7,5 @@ pytest<5.4.2
pytest-django<3.9.0
pytest-asyncio<0.11.0
pytest-cov<2.8.2
types-bleach
types-bleach<5.0.0,>=3.3.0
types-pkg_resources

View File

@ -5,7 +5,7 @@ asgiref>=3.2.9
# Requirements for OpenSlides in production in alphabetical order
aioredis>=1.1.0,<1.3
bleach>=3.3.0
bleach<5.0.0,>=3.3.0
Django>=2.1,<2.3
djangorestframework>=3.11.2
jsonfield2>=3.0,<3.1
@ -15,7 +15,7 @@ psycopg2-binary>=2.7.3.2,<2.9
PyPDF2>=1.26,<1.27
roman>=2.0,<3.2
setuptools>=29.0,<42.0
typing_extensions>=3.6.6,<3.8
typing_extensions==3.10.0.0
twisted[tls]>=20.3.0
uvicorn[standard]>=0.9,<1.0