1 Star 0 Fork 0

ysun/gql-subscriptions

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
syfun 提交于 2020-08-27 14:03 . chore: update dependencies version
[tool.poetry]
name = "gql-subscriptions"
version = "0.0.3"
description = "A Python3.7+ port of Apollo Graphql Subscriptions."
authors = ["ysun <sunyu418@gmail.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/syfun/gql-subscriptions"
packages = [
{ include = "gql_subscriptions" }
]
[tool.poetry.dependencies]
python = ">=3.7"
typing_extensions = { version = "^3.7.4", python = "< 3.8" }
aioredis = { version = ">=1.3", optional = true }
[tool.poetry.dev-dependencies]
black = { version = "*", allow-prereleases = true }
isort = "*"
flake8 = "*"
pre-commit = "*"
pytest = "^5.4.1"
pytest-asyncio = "^0.11"
[tool.poetry.extras]
redis = ["aioredis"]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/acidrain/gql-subscriptions.git
git@gitee.com:acidrain/gql-subscriptions.git
acidrain
gql-subscriptions
gql-subscriptions
master

搜索帮助