Created
October 2, 2018 10:48
-
-
Save rominf/e7e43bcec17b442127a449757bf41b1d to your computer and use it in GitHub Desktop.
Poetry remove causes package update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "kgbot" | |
version = "1.0.0" | |
description = "Library for creating telegram bots using aiogram library" | |
authors = ["Roman Inflianskas <[email protected]>"] | |
license = "Apache-2.0" | |
[tool.poetry.dependencies] | |
python = "^3.6" | |
aiogram = "^1.4" | |
"ruamel.yaml" = "^0.15.67" | |
peewee = "^3.7" | |
peewee_migrate = "^1.1" | |
peewee_async = {git = "https://github.com/rominf/peewee-async"} | |
jinja2 = "^2.10" | |
pendulum = "^2.0" | |
aioredis = "^1.1" | |
psycopg2 = "^2.7" | |
aiopg = "^0.15.0" | |
dataclasses = "^0.6.0" | |
docopt = "^0.6.2" | |
dacite-ext = "^0.1.3" | |
[tool.poetry.dev-dependencies] | |
pytest = "^3.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment