1 Star 0 Fork 0

AllanWong/crawler_gold_currency

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pyproject.toml 885 Bytes
一键复制 编辑 原始数据 按行查看 历史
VIET-GITL 提交于 2024-06-26 00:55 . add celery use redis cache
[tool.poetry]
name = "crawler-gold-currency"
version = "0.1.0"
description = ""
authors = ["VIET-GITL <[email protected]>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.111.0"
aioredis = "^2.0.1"
pydantic = {extras = ["email"], version = "^2.7.4"}
httpx = "^0.27.0"
redis = {extras = ["hiredis"], version = "^5.0.6"}
setuptools = "^70.1.0"
pydantic-settings = "^2.3.3"
celery = {extras = ["beat", "worker"], version = "^5.4.0"}
sqlalchemy = {extras = ["asyncio"], version = "^2.0.31"}
alembic = "^1.13.1"
psycopg2 = "^2.9.9"
asyncpg = "^0.29.0"
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
pyjwt = "^2.8.0"
python-jose = "^3.3.0"
fastapi-mail = "^1.4.1"
requests = "^2.32.3"
aiohttp = "^3.9.5"
asgiref = "^3.8.1"
flower = "^2.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/allanwong/crawler_gold_currency.git
[email protected]:allanwong/crawler_gold_currency.git
allanwong
crawler_gold_currency
crawler_gold_currency
master

搜索帮助