feat: init

[skip ci]
This commit is contained in:
Tiara Rodney 2022-04-01 01:02:09 +02:00
commit 0d6c010cce
55 changed files with 4216 additions and 0 deletions

13
Pipfile Normal file
View file

@ -0,0 +1,13 @@
[[source]]
url = 'https://pypi.python.org/simple'
verify_ssl = true
name = 'pypi'
[requires]
python_version = '3'
[packages]
httpaste = {editable = true, path = "."}
[dev-packages]
tox = '==3.23.0'