diff options
| author | Yuval Adam <_@yuv.al> | 2018-10-08 13:02:29 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-10-08 13:02:29 +0300 |
| commit | ff0aacb2c09fccb5819bb8ace792b5839afb6ba4 (patch) | |
| tree | 0a0dad9e575d505ecac51902b67e9a981ef0d45c | |
Initial Pipfile
| -rw-r--r-- | Pipfile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] + +[dev-packages] + +[requires] +python_version = "3.7" |
