blob: 0fbd1f3e49207a82656075100aa741ccfd583891 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Obtained from: https://github.com/jonathanslenders/http-prompt/commit/34de86178d8ae2b478e0ad989222aab24dd4c046
--- requirements.txt.orig 2018-11-04 14:03:53 UTC
+++ requirements.txt
@@ -1,6 +1,6 @@
click>=5.0
httpie>=0.9.2
parsimonious>=0.6.2
-prompt-toolkit>=1.0.0,<2.0.0
+prompt-toolkit>=2.0.0,<2.1.0
Pygments>=2.1.0
six>=1.10.0
|