Merge pull request #5996 from FinnStutzenstein/fixDeps
Locked mypy, added new OS4 files to gitignore
This commit is contained in:
commit
a94f00672b
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
# - Use release 3.2.9 with this issue fixed: https://github.com/django/asgiref/issues/170
|
||||||
# introduced with 3.2.8
|
# introduced with 3.2.8
|
||||||
asgiref>=3.2.9
|
# - 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
|
||||||
|
Loading…
Reference in New Issue
Block a user