diff options
| author | 2024-08-16 15:23:07 +0800 | |
|---|---|---|
| committer | 2024-08-16 15:23:07 +0800 | |
| commit | ee281cb6ef11b8e115e02032a7c899927d2e92e5 (patch) | |
| tree | ec83b3b57920b181c6c988bc6901a3730f725506 /Pipefile | |
| parent | 0817897398dd3ef7f0738838b20cc6c1e67db323 (diff) | |
| download | files-ee281cb6ef11b8e115e02032a7c899927d2e92e5.tar.gz files-ee281cb6ef11b8e115e02032a7c899927d2e92e5.zip | |
chore: init project
Diffstat (limited to 'Pipefile')
| -rw-r--r-- | Pipefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Pipefile b/Pipefile new file mode 100644 index 0000000..5ece07a --- /dev/null +++ b/Pipefile @@ -0,0 +1,10 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +flask = "*" + +[requires] +python_version = "3.9"
\ No newline at end of file |
