Locked mypy, added new OS4 files to gitignore

This commit is contained in:
Finn Stutzenstein 2021-04-08 09:01:02 +02:00
parent 2f9b6aba95
commit 7ca761bdb0
No known key found for this signature in database
GPG Key ID: 9042F605C6324654
2 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

@ -25,6 +25,7 @@ Thumbs.db
# OS4-Submodules and aux-directories # OS4-Submodules and aux-directories
/openslides-*/ /openslides-*/
/docker/keys/ /docker/keys/
/docker/secrets/auth_*_key
/docs/ /docs/
# OS3+-Submodules # OS3+-Submodules
/autoupdate/ /autoupdate/
@ -78,6 +79,7 @@ cypress.json
## Deployment ## Deployment
# Docker build artifacts # Docker build artifacts
docker/docker-compose.yml docker/docker-compose.yml
docker/docker-stack.yml
*-version.txt *-version.txt
*.pem *.pem
# secrets # secrets

View File

@ -1,9 +1,11 @@
# Hotfix see https://github.com/crossbario/autobahn-python/issues/1205 # Hotfix see https://github.com/crossbario/autobahn-python/issues/1205
autobahn==19.5.1 autobahn==19.5.1
# Use release 3.2.9 with this issue fixed: https://github.com/django/asgiref/issues/170 # asgiref: A never ending story of incompatibility and issues
# introduced with 3.2.8 # - Use release 3.2.9 with this issue fixed: https://github.com/django/asgiref/issues/170
asgiref>=3.2.9 # introduced with 3.2.8
# - Lock to 3.3.1 until this issue is fixed: https://github.com/django/asgiref/issues/254
asgiref>=3.2.9,<= 3.3.1
# 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