add Pipfile
This commit is contained in:
parent
cfb3948c5c
commit
04255db093
18
Pipfile
Normal file
18
Pipfile
Normal file
@ -0,0 +1,18 @@
|
||||
[[source]]
|
||||
url = "https://pypi.douban.com/simple"
|
||||
verify_ssl = false
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
kafka-python = "==2.0.2"
|
||||
loguru = "*"
|
||||
pydantic = {extras = ["dotenv"], version = "*"}
|
||||
uvicorn = "*"
|
||||
fastapi = "*"
|
||||
requests = "*"
|
||||
schedule = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.8"
|
Loading…
Reference in New Issue
Block a user