From 7f0cca1baf184e8c7953d2ce949cff89b1ed8266 Mon Sep 17 00:00:00 2001 From: Michael H Date: Sun, 18 Feb 2018 21:52:32 -0500 Subject: [PATCH] pin all dependencies except youtube-dl, and Red-Trivia. (#1317) * pin all dependencies except youtube-dl, and Red-Trivia. The ranges on these might be expandable, but I can personally confirm these versions to work * this is what I get for copy/pasting version and not double checking * and this is what I get for manually typing it --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index a632f56e5..577d7bff7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ yarl==0.18.0 aiohttp>=2.0.0,<2.3.0 -appdirs +appdirs==1.4.3 youtube_dl -raven -colorama -aiohttp-json-rpc<=0.8.7 -pyyaml +raven==6.5.0 +colorama==0.3.9 +aiohttp-json-rpc==0.8.7 +pyyaml==3.12 Red-Trivia