-
Notifications
You must be signed in to change notification settings - Fork 174
/
Pipfile
54 lines (51 loc) · 1.09 KB
/
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
47
48
49
50
51
52
53
54
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "==3.7.4.post0"
async-timeout = "==3.0.1"
attrs = "==21.2.0"
beautifulsoup4 = "==4.11.1"
certifi = "==2021.5.30"
chardet = "==4.0.0"
dateparser = "==1.1.0"
et-xmlfile = "==1.1.0"
idna = "==3.3"
multidict = "==6.0.2"
numpy = "==1.22.0"
openpyxl = "==3.0.10"
pandas = "==1.4.0"
pyqtgraph = "==0.12.3"
python-binance = "==1.0.16"
python-dateutil = "==2.8.2"
python-telegram-bot = "==13.7"
pytz = "==2022.1"
regex = "==2022.1.18"
requests = "==2.28.1"
six = "==1.16.0"
soupsieve = "==2.2.1"
tornado = "==6.1"
typing-extensions = "==4.3.0"
tzlocal = "==2.1"
ujson = "==5.4.0"
urllib3 = "==1.26.9"
websockets = "==10.1"
yarl = "==1.7.2"
APScheduler = "==3.6.3"
PyQt5 = "==5.15.4"
PyQt5-Qt5 = "==5.15.2"
PyQt5-sip = "==12.10.1"
ta-lib = {version = "*", markers = "sys_platform == 'linux' or sys_platform == 'darwin'"}
[dev-packages]
flake8 = "*"
isort = "*"
pytest = "*"
pylint = "*"
pytest-cov = "*"
pytest-socket = "*"
pre-commit = "*"
jupyterlab = "*"
[scripts]
precommit = "pre-commit run --all"
bot = "python -m algobot"