forked from Rikj000/MoniGoMani
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
39 lines (37 loc) · 745 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
[requires]
python_version = "3.9"
[packages]
art = "==5.4"
cached-property = "==1.5.2"
coloredlogs = "==15.0.1"
cryptography = "==36.0.1"
discord-webhook = "==0.14.0"
distro = "==1.6.0"
fire = "==0.4.0"
gitdb = "==4.0.9"
humanfriendly = "==10.0"
inquirerpy = "==0.3.3"
logger = "==1.4"
numpy = "==1.22.3"
pandas = "==1.4.1"
plotly = "==5.6.0"
prompt-toolkit = "==3.0.28"
pygit2 = "*"
python-rapidjson = "==1.5"
PyYAML = "==6.0"
quantstats = "==0.0.50"
six = "==1.16.0"
smmap = "==5.0.0"
tenacity = "==8.0.1"
termcolor = "==1.1.0"
wcwidth = "==0.2.5"
yaspin = "==2.1.0"
setuptools = "==58.3.0"
[dev-packages]
flake8 = "==4.0.1"
isort = "*"
pre-commit = "==2.17.0"
pylint = "==2.12.2"
pytest = "==7.1.0"
pytest-cov = "==3.0.0"
pytest-mock = "*"