DNSPython workaround

DNSPython had an update eventlet is not ready for. We now manually cap DNSPython to ensure the installations still happen correctly.
This commit is contained in:
Henk 2023-01-16 16:32:17 +01:00
parent 307fc97b9d
commit e9859cf17d
4 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@ dependencies:
- python=3.8.*
- cudatoolkit=11.1
- eventlet
- dnspython=2.2.1
- markdown
- bleach=4.1.0
- pip

View File

@ -8,6 +8,7 @@ dependencies:
- flask-session
- python=3.8.*
- eventlet
- dnspython=2.2.1
- markdown
- bleach=4.1.0
- pip

View File

@ -7,6 +7,7 @@ torch >= 1.9, < 1.13
flask-cloudflared
flask-ngrok
eventlet
dnspython==2.2.1
lupa==1.10
markdown
bleach==4.1.0

View File

@ -14,6 +14,7 @@ Flask-SocketIO
flask-cloudflared >= 0.0.5
flask-ngrok
eventlet
dnspython==2.2.1
lupa==1.10
markdown
bleach==4.1.0