diff options
Diffstat (limited to 'python/Pipfile')
| -rw-r--r-- | python/Pipfile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile new file mode 100644 index 0000000000..9534830b5e --- /dev/null +++ b/python/Pipfile @@ -0,0 +1,11 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[dev-packages] + +[packages] + +[requires] +python_version = "3.6" |
