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 = "*" | ||||
Benjamin Copeland | c50a72e | 2021-06-28 15:47:44 +0100 | [diff] [blame] | 10 | tuxput = "*" |
Benjamin Copeland | c18d4cc | 2021-04-28 10:31:18 +0100 | [diff] [blame] | 11 | |
12 | [requires] | ||||
13 | python_version = "3.7" |