配置读取;解析文件目录,生成db.json

This commit is contained in:
zhbaor 2021-11-02 15:53:13 +08:00
commit 0962af6579
4 changed files with 197 additions and 0 deletions

15
Pipfile Normal file
View file

@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
black = "*"
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = true