diff options
| author | Yuval Adam <_@yuv.al> | 2023-10-12 10:55:04 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2023-10-12 10:55:04 +0200 |
| commit | 325278ed3185ae26b76669db751fd2253cb4cbb0 (patch) | |
| tree | 32838ce40a369cf78c919f9eb3b38caad10bab24 /Pipfile | |
Initial files
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +requests = "*" +boto3 = "*" + +[dev-packages] + +[requires] +python_version = "3.9" |
