Add Pipfile and add forked retype.

Following https://github.com/TypedDjango/django-stubs/issues/2#issuecomment-408872344.
This commit is contained in:
Luke Murphy
2018-07-30 18:26:19 +03:00
parent 6a3f08d9ff
commit 6659b2af01
2 changed files with 72 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[[source]]
name = "pypi"
verify_ssl = true
url = "https://pypi.org/simple"
[requires]
python_version = "3.6"
[packages]
[dev-packages]
retype = {editable = true, git = "git@github.com:TypedDjango/retype.git"}