diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-22 10:48:56 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-22 10:48:56 -0700 |
commit | 1f0b8be3756cc52f3c911735dbc15f4063e133d2 (patch) | |
tree | 5b20316467b2a66fa3ef7670f45baf7a1116ed05 /Pipfile | |
download | els-instawiki-1f0b8be3756cc52f3c911735dbc15f4063e133d2.tar.gz els-instawiki-1f0b8be3756cc52f3c911735dbc15f4063e133d2.zip |
init repo with work-in-progress script
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +[[source]] +url = "https://pypi.python.org/simple" +verify_ssl = true +name = "pypi" + +[packages] + +[dev-packages] + +[requires] +python_version = "3.7" |