We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eac5e2 + 969dc83 commit 96f661cCopy full SHA for 96f661c
requirements.txt
@@ -40,7 +40,7 @@ sanic==19.9.0
40
sanic-cors==0.9.9.post1
41
sanic-jwt==1.3.2
42
# needed because of https://github.com/RasaHQ/rasa/issues/5216
43
-cloudpickle==1.2.2
+cloudpickle~=1.2.0
44
# https://github.com/RasaHQ/rasa/pull/5064
45
sanic-plugins-framework==0.8.2
46
# needed because of https://github.com/huge-success/sanic/issues/1729
setup.py
@@ -70,7 +70,7 @@
70
"sanic-cors==0.9.9.post1",
71
"sanic-jwt~=1.3",
72
73
- "cloudpickle==1.2.2",
+ "cloudpickle~=1.2.0",
74
75
"multidict==4.6.1",
76
"aiohttp~=3.5",
0 commit comments