Merge pull request #5996 from FinnStutzenstein/fixDeps

Locked mypy, added new OS4 files to gitignore
This commit is contained in:
Finn Stutzenstein 2021-04-08 10:51:05 +02:00 committed by GitHub
commit a94f00672b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
/openslides-*/
/docker/keys/
/docker/secrets/auth_*_key
/docs/
# OS3+-Submodules
/autoupdate/
@ -78,6 +79,7 @@ cypress.json
## Deployment
# Docker build artifacts
docker/docker-compose.yml
docker/docker-stack.yml
*-version.txt
*.pem
# secrets

View File

@ -1,9 +1,11 @@
# Hotfix see https://github.com/crossbario/autobahn-python/issues/1205
autobahn==19.5.1
# 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
# 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
# - 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
aioredis>=1.1.0,<1.3