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:
parent
307fc97b9d
commit
e9859cf17d
|
@ -11,6 +11,7 @@ dependencies:
|
|||
- python=3.8.*
|
||||
- cudatoolkit=11.1
|
||||
- eventlet
|
||||
- dnspython=2.2.1
|
||||
- markdown
|
||||
- bleach=4.1.0
|
||||
- pip
|
||||
|
|
|
@ -8,6 +8,7 @@ dependencies:
|
|||
- flask-session
|
||||
- python=3.8.*
|
||||
- eventlet
|
||||
- dnspython=2.2.1
|
||||
- markdown
|
||||
- bleach=4.1.0
|
||||
- pip
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue