blob: 30be324506384f84eab09a74458aa67ceb38417a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pandas = "*"
tqdm = "*"
humanfriendly = "*"
[dev-packages]
[requires]
python_version = "3.7"
|