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.
1 parent c25dcc6 commit cb64dc1Copy full SHA for cb64dc1
package.json
@@ -82,8 +82,8 @@
82
"select2": "~4.0.13",
83
"select2-bootstrap-theme": "0.1.0-beta.9",
84
"use-deep-compare-effect": "^1.8.0",
85
- "visyn_core": "^10.0.1",
86
- "visyn_scripts": "^9.0.0"
+ "visyn_core": "^9.0.0",
+ "visyn_scripts": "^8.0.0"
87
},
88
"devDependencies": {
89
"@babel/core": "^7.17.7",
requirements.txt
@@ -2,5 +2,5 @@ flask-swagger-ui==3.36.0
2
Pillow==9.3.0
3
pymongo~=3.11.1
4
python-memcached==1.59
5
-visyn_core>=10.0.1,<11.0.0
+visyn_core>=9.0.0,<10.0.0
6
yamlreader==3.0.4
0 commit comments