Skip to content

Instantly share code, notes, and snippets.

@rominf
Created October 2, 2018 10:48
Show Gist options
  • Save rominf/e7e43bcec17b442127a449757bf41b1d to your computer and use it in GitHub Desktop.
Save rominf/e7e43bcec17b442127a449757bf41b1d to your computer and use it in GitHub Desktop.
Poetry remove causes package update
[tool.poetry]
name = "kgbot"
version = "1.0.0"
description = "Library for creating telegram bots using aiogram library"
authors = ["Roman Inflianskas <r.inflyanskas@zmeke.com>"]
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