forked from sphinx-quant/sphinx-quant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
46 lines (42 loc) · 953 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[[source]]
name = "pypi"
url = "https://mirrors.cloud.tencent.com/pypi/simple"
verify_ssl = true
[[source]]
url = "https://rquser:[email protected]/simple"
name = "rqdata"
verify_ssl = true
[dev-packages]
pre-commit = "*"
black = "*"
v = {editable = true,version = "*"}
[packages]
djangorestframework = "*"
django-filter = "*"
celery = "*"
djangorestframework-jwt = "*"
mysqlclient = "*"
librabbitmq = "*"
ta-lib = "*"
pyqt5 = "<5.12"
dataclasses = "*"
qdarkstyle = "*"
requests = "*"
websocket-client = "*"
peewee = "*"
numpy = "*"
pandas = "*"
matplotlib = "*"
seaborn = "*"
futu-api = "*"
tigeropen = "*"
ibapi = {file = "https://sphinx-1253762454.file.myqcloud.com/mirror/ibapi-9.75.1-py3-none-any.whl"}
Django = "*"
Markdown = "*"
vnpy = {file = "https://github.com/sphinx-quant/vnpy/archive/master.zip"}
supervisor = "*"
uwsgi = "*"
rqdatac = {version = "*",index = "rqdata"}
psycopg2-binary = "*"
[requires]
python_version = "3.6"