Benjamin Copeland | c18d4cc | 2021-04-28 10:31:18 +0100 | [diff] [blame^] | 1 | [[source]] |
2 | name = "pypi" | ||||
3 | url = "https://pypi.org/simple" | ||||
4 | verify_ssl = true | ||||
5 | |||||
6 | [dev-packages] | ||||
7 | |||||
8 | [packages] | ||||
9 | zappa = "*" | ||||
10 | pytest = "*" | ||||
11 | requests = "*" | ||||
12 | boto3 = "*" | ||||
13 | Flask = "*" | ||||
14 | arrow = "==0.15.5" | ||||
15 | hurry = "*" | ||||
16 | tuxput = {editable = true, ref = "master", git = "ssh://git@gitlab.com/kspoon-linaro/tuxput.git"} | ||||
17 | |||||
18 | [requires] | ||||
19 | python_version = "3.7" |