source:
Pipfile
Last change on this file was 3d7fc00, checked in by , 15 months ago | |
---|---|
|
|
File size: 183 bytes |
Rev | Line | |
---|---|---|
[3d7fc00] | 1 | [[source]] |
2 | url = "https://pypi.org/simple" | |
3 | verify_ssl = true | |
4 | name = "pypi" | |
5 | ||
6 | [packages] | |
7 | django = "*" | |
8 | sshtunnel = "*" | |
9 | psycopg2 = "*" | |
10 | ||
11 | [dev-packages] | |
12 | ||
13 | [requires] | |
14 | python_version = "3.10" |
Note:
See TracBrowser
for help on using the repository browser.