diff options
| author | 2023-07-06 13:45:06 +0800 | |
|---|---|---|
| committer | 2023-07-06 13:45:06 +0800 | |
| commit | 23dfdd11eab2febac9c7db368925b728c99acabc (patch) | |
| tree | 2274d0f2b8dbdcae9059c32b38c80df9a14d22e3 /docs | |
| parent | ce79df72a8019f73a27482c3a05e272b473299d4 (diff) | |
| download | HydroRoll-23dfdd11eab2febac9c7db368925b728c99acabc.tar.gz HydroRoll-23dfdd11eab2febac9c7db368925b728c99acabc.zip | |
Create Pipfile
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Pipfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/Pipfile b/docs/Pipfile new file mode 100644 index 0000000..9b1207e --- /dev/null +++ b/docs/Pipfile @@ -0,0 +1,10 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +flask = "*" + +[requires] +python_version = "3.9" |
