fix fucking uvloop (unavailable on windows)

pull/166/head
Rilliat 2025-08-19 00:01:53 +03:00
parent 0b6357bb0a
commit c7bb1f8ec2
2 changed files with 4 additions and 3 deletions

View File

@ -205,9 +205,10 @@ def generate_random_system_version():
return version
import uvloop
if not IS_WINDOWS:
import uvloop
uvloop.install()
uvloop.install()
def run_config():

View File

@ -1,5 +1,5 @@
heroku-tl-new==1.1.3
Pillow
uvloop
uvloop; sys_platform != 'win32'
# Python 3.9+