There was an error while loading. Please reload this page.
1 parent 275f9ae commit c3c70f5Copy full SHA for c3c70f5
requirements_dev.txt
@@ -12,7 +12,7 @@ jaeger-client>=4.1.0
12
opentracing>=2.2.0
13
motor>=2.0.0
14
pytz==2019.3
15
-ujson>=1.35
+ujson<2.0.0
16
17
coverage==5.0.3
18
flake8==3.7.9
setup.py
@@ -38,12 +38,12 @@
38
install_requires=requirements,
39
extras_require={
40
"mongo": ["motor>=2.0.0"],
41
- "ujson": ["ujson>=1.35"],
+ "ujson": ["ujson<2.0.0"],
42
"pytz": ["pytz"],
43
"jaegertracing": ["jaeger-client>=4.1.0", "opentracing>=2.2.0"],
44
"all": [
45
"motor>=2.0.0",
46
- "ujson>=1.35",
+ "ujson<2.0.0",
47
"pytz",
48
"jaeger-client>=4.1.0",
49
"opentracing>=2.2.0",
0 commit comments