Initial commit... about time.

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-03-28 07:40:21 +01:00
commit c1b90a2608
4 changed files with 694 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
ipython = "*"
ipdb = "*"
pyparsing = "*"
jinja2 = "*"
aiohttp = "*"
click = "*"
aiofiles = "*"
[requires]
python_version = "3.7"