pull/6/head v0.4.0
Michael D. M. Dryden 2021-06-07 00:21:16 -04:00
rodzic 7510569aa5
commit e171d4b579
3 zmienionych plików z 26 dodań i 25 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
---------------------
`Unreleased`_ - 2021-06-06
`0.4.0`_ - 2021-06-06
---------------------
Added
-----
@ -66,3 +66,4 @@ Fixed
.. _0.2.0: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.2.0
.. _0.3.0: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.3.0
.. _0.3.1: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.3.1
.. _0.3.1: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.4.0

Wyświetl plik

@ -1,6 +1,6 @@
[tool.poetry]
name = "telegram-stats-bot"
version = "0.3.1"
version = "0.4.0"
description = "A logging and statistics bot for Telegram based on python-telegram-bot."
authors = ["Michael DM Dryden <mk.dryden@utoronto.ca>"]
repository = "https://github.com/mkdryden/telegram-stats-bot"

Wyświetl plik

@ -1,24 +1,24 @@
appdirs==1.4.4
certifi==2020.12.5
cffi==1.14.4
cryptography==3.3.1
cycler==0.10.0
decorator==4.4.2
kiwisolver==1.3.1
matplotlib==3.3.3
numpy==1.19.4
pandas==1.1.5
pillow==8.0.1
psycopg2-binary==2.8.6
pycparser==2.20
pyparsing==2.4.7
python-dateutil==2.8.1
python-telegram-bot==12.8
pytz==2020.5
scipy==1.6.0
seaborn==0.10.1
six==1.15.0
sqlalchemy==1.3.22
sqlalchemy-utils==0.36.8
tornado==6.1
typing-extensions==3.7.4.3; python_version < "3.8"
apscheduler==3.6.3; python_version >= "3.6"
cachetools==4.2.2; python_version >= "3.6" and python_version < "4.0"
certifi==2021.5.30; python_version >= "3.6"
cycler==0.10.0; python_version >= "3.7"
greenlet==1.1.0; python_version >= "3.4" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version >= "3.4" and python_version < "4.0"
kiwisolver==1.3.1; python_version >= "3.7"
matplotlib==3.4.2; python_version >= "3.7"
numpy==1.20.3; python_version >= "3.7"
pandas==1.2.4; python_full_version >= "3.7.1"
pillow==8.2.0; python_version >= "3.7"
psycopg2-binary==2.8.6; python_version >= "3.4" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version >= "3.4" and python_version < "4.0"
pyparsing==2.4.7; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7"
python-dateutil==2.8.1; python_full_version >= "3.7.1" and python_version >= "3.7" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7")
python-telegram-bot==13.6; python_version >= "3.6"
pytz==2021.1; python_version >= "3.6" and python_full_version >= "3.7.1"
scipy==1.6.1; python_version >= "3.7"
seaborn==0.10.1; python_version >= "3.6"
single-source==0.2.0; python_version >= "3.6" and python_version < "4.0"
six==1.16.0; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.7.1" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7")
sqlalchemy-utils==0.37.6; python_version >= "3.4" and python_version < "4.0"
sqlalchemy==1.4.17; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
tornado==6.1; python_version >= "3.6"
tzlocal==2.1; python_version >= "3.6"