blob: 772493afa37a32dba12d78f8ec3fee1998a4521f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
diff --git a/requirements.txt b/requirements.txt
index 184af37..0eec220 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,10 +1,9 @@
jsonschema>=2.4.0
-aiohttp>=2.2.0,<2.4.0 # pyup: ignore
-aiohttp-cors>=0.5.3,<0.6.0 # pyup: ignore
+aiohttp>=2.2.0
+aiohttp-cors>=0.5.3
yarl>=0.11
Jinja2>=2.7.3
raven>=5.23.0
psutil>=3.0.0
zipstream>=1.1.4
-typing>=3.5.3.0 # Otherwise yarl fails with python 3.4
prompt-toolkit
|