This commit is contained in:
louiscklaw
2025-02-01 02:01:48 +08:00
parent 8bf2589af5
commit a14cfa137f
125 changed files with 4895 additions and 0 deletions

12
task2/project/doc/Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
markdown2docx = "*"
[dev-packages]
[requires]
python_version = "3.12"