update
This commit is contained in:
parent
ccc0859f12
commit
d2e821c861
1
.gitignore
vendored
1
.gitignore
vendored
@ -130,4 +130,5 @@ dmypy.json
|
||||
.pyre/
|
||||
|
||||
.idea
|
||||
Pipfile.lock
|
||||
|
||||
|
15
Pipfile
Normal file
15
Pipfile
Normal file
@ -0,0 +1,15 @@
|
||||
[[source]]
|
||||
url = "https://pypi.douban.com/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
kafka-python = "*"
|
||||
arrow = "*"
|
||||
pymongo = "*"
|
||||
loguru = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.8"
|
Loading…
Reference in New Issue
Block a user