This website works better with JavaScript
Home
Explore
Help
Sign In
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror of
https://github.com/TechEmpower/FrameworkBenchmarks.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix build Python/aioworkers with PyYAML==6.0 (
#8350
)
Alexander Malev
2 years ago
parent
dfa22c14fe
commit
a97c2e6ebe
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
frameworks/Python/aioworkers/requirements.txt
+ 1
- 1
frameworks/Python/aioworkers/requirements.txt
View File
@@ -1,3 +1,3 @@
aioworkers==0.24.1
httptools==0.6.0
-PyYAML==6.0
+PyYAML==6.0
.1