-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathPipfile
More file actions
27 lines (23 loc) · 698 Bytes
/
Copy pathPipfile
File metadata and controls
27 lines (23 loc) · 698 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
rich = "*"
requests-cache = "*"
pyinstaller = "*"
numpy = "*"
[dev-packages]
[requires]
python_version = "3.10"
[scripts]
build = "./devtools/build.sh"
build_windows = "./devtools/build_windows.sh"
cfscripts = "python ./src/main.py"
comuaccount = "python ./src/scripts/ComuACCount/main.py"
dailyacs = "python ./src/scripts/DailyACs/main.py"
rangerank = "python ./src/scripts/RangeRank/main.py"
unsolvedcontestproblems = "python ./src/scripts/UnsolvedContestProblems/main.py"
virtualperformance = "python ./src/scripts/VirtualPerformance/main.py"
whatif = "python ./src/scripts/WhatIf/main.py"