diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-20 22:19:06 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-20 22:19:06 +0300 |
| commit | 045fe24098a81cd64e1bbfb6b6a20595d4176a24 (patch) | |
| tree | 79c99650346b2b71e2e2065b0e3104f4edd15f59 /Pipfile | |
Initial commit
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[dev-packages] + +[packages] +pyephem = "*" +skyfield = "*" + +[requires] +python_version = "3.8" |
