Skip to content

Commit 32d9f15

Browse files
committed
Add back uvloop
1 parent 7c15387 commit 32d9f15

File tree

3 files changed

+178
-107
lines changed

3 files changed

+178
-107
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ parsedatetime = "==2.6"
2323
pymongo = {extras = ["srv"], version = "*"} # Required by motor
2424
python-dateutil = "==2.8.2"
2525
python-dotenv = "==1.0.0"
26+
uvloop = {version = ">=0.19.0", markers = "sys_platform != 'win32'"}
2627
lottie = {version = "==0.7.0", extras = ["pdf"]}
2728
requests = "==2.31.0"
2829

0 commit comments

Comments
 (0)