mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
14 lines
374 B
Diff
14 lines
374 B
Diff
--- a/setup.py 2020-03-18 15:34:35.474693786 +0000
|
|
+++ b/setup.py 2020-03-18 15:49:07.185801916 +0000
|
|
@@ -47,8 +47,8 @@
|
|
"pip>=8.0.3",
|
|
"python-slugify==4.0.0",
|
|
"pytz>=2019.03",
|
|
- "pyyaml==5.3",
|
|
- "requests==2.23.0",
|
|
+ "pyyaml>=5.2",
|
|
+ "requests>=2.22.0",
|
|
"ruamel.yaml==0.15.100",
|
|
"voluptuous==0.11.7",
|
|
"voluptuous-serialize==2.3.0",
|