Initial commit

This commit is contained in:
Daniel G. Taylor
2019-10-05 08:36:23 -07:00
commit 6ed3b09f44
26 changed files with 1026 additions and 0 deletions

21
Pipfile Normal file
View File

@@ -0,0 +1,21 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
mypy = "*"
isort = "*"
pytest = "*"
[packages]
protobuf = "*"
jinja2 = "*"
[requires]
python_version = "3.7"
[scripts]
generate = "python betterproto/tests/generate.py"
test = "pytest ./betterproto/tests"