Skip to content

Commit 0dbea38

Browse files
committed
feat: add engine.start() and engine.stop() API
1 parent 2516b2c commit 0dbea38

4 files changed

Lines changed: 349 additions & 130 deletions

File tree

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ six = ">=1.11.0"
2121
qiniu = "<=7.1.4"
2222
requests = ">=2.12.1"
2323
werkzeug = "*"
24+
gevent = ">=1.0.2,<2.0.0"
2425
typing = { version = "*", markers = "python_version < '3.5.0'" }
2526
pyopenssl = { version = "*", markers = "python_version < '2.7.9'" }
2627
idna = { version = "*", markers = "python_version < '2.7.9'" }

0 commit comments

Comments
 (0)