kopia lustrzana https://github.com/mkdryden/telegram-stats-bot
rodzic
7510569aa5
commit
e171d4b579
|
@ -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>`_.
|
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
|
Added
|
||||||
-----
|
-----
|
||||||
|
@ -66,3 +66,4 @@ Fixed
|
||||||
.. _0.2.0: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.2.0
|
.. _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.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.3.1
|
||||||
|
.. _0.3.1: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.4.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "telegram-stats-bot"
|
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."
|
description = "A logging and statistics bot for Telegram based on python-telegram-bot."
|
||||||
authors = ["Michael DM Dryden <mk.dryden@utoronto.ca>"]
|
authors = ["Michael DM Dryden <mk.dryden@utoronto.ca>"]
|
||||||
repository = "https://github.com/mkdryden/telegram-stats-bot"
|
repository = "https://github.com/mkdryden/telegram-stats-bot"
|
||||||
|
|
|
@ -1,24 +1,24 @@
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
certifi==2020.12.5
|
apscheduler==3.6.3; python_version >= "3.6"
|
||||||
cffi==1.14.4
|
cachetools==4.2.2; python_version >= "3.6" and python_version < "4.0"
|
||||||
cryptography==3.3.1
|
certifi==2021.5.30; python_version >= "3.6"
|
||||||
cycler==0.10.0
|
cycler==0.10.0; python_version >= "3.7"
|
||||||
decorator==4.4.2
|
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
|
kiwisolver==1.3.1; python_version >= "3.7"
|
||||||
matplotlib==3.3.3
|
matplotlib==3.4.2; python_version >= "3.7"
|
||||||
numpy==1.19.4
|
numpy==1.20.3; python_version >= "3.7"
|
||||||
pandas==1.1.5
|
pandas==1.2.4; python_full_version >= "3.7.1"
|
||||||
pillow==8.0.1
|
pillow==8.2.0; python_version >= "3.7"
|
||||||
psycopg2-binary==2.8.6
|
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"
|
||||||
pycparser==2.20
|
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"
|
||||||
pyparsing==2.4.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-dateutil==2.8.1
|
python-telegram-bot==13.6; python_version >= "3.6"
|
||||||
python-telegram-bot==12.8
|
pytz==2021.1; python_version >= "3.6" and python_full_version >= "3.7.1"
|
||||||
pytz==2020.5
|
scipy==1.6.1; python_version >= "3.7"
|
||||||
scipy==1.6.0
|
seaborn==0.10.1; python_version >= "3.6"
|
||||||
seaborn==0.10.1
|
single-source==0.2.0; python_version >= "3.6" and python_version < "4.0"
|
||||||
six==1.15.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==1.3.22
|
sqlalchemy-utils==0.37.6; python_version >= "3.4" and python_version < "4.0"
|
||||||
sqlalchemy-utils==0.36.8
|
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
|
tornado==6.1; python_version >= "3.6"
|
||||||
typing-extensions==3.7.4.3; python_version < "3.8"
|
tzlocal==2.1; python_version >= "3.6"
|
||||||
|
|
Ładowanie…
Reference in New Issue