This commit is contained in:
wuhao 2020-11-18 15:20:36 +08:00
parent 129d4f229c
commit 086c2fe195
2 changed files with 13 additions and 0 deletions

1
.gitignore vendored
View File

@ -130,3 +130,4 @@ dmypy.json
.pyre/ .pyre/
.idea .idea
Pipfile.lock

12
Pipfile Normal file
View File

@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.douban.com/simple"
verify_ssl = true
name = "pypi"
[packages]
pymongo = "*"
[dev-packages]
[requires]
python_version = "3.8"