Skip to content

Commit

Permalink
perf: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Lugones committed Aug 13, 2021
1 parent 2c9b925 commit ca811f9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 19 deletions.
41 changes: 27 additions & 14 deletions {{cookiecutter.project_slug}}/src/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/src/pyproject.toml
Expand Up @@ -7,7 +7,7 @@ license = "{{cookiecutter.open_source_license}}"

[tool.poetry.dependencies]
python = "^3.8"
python-telegram-bot = "^13.5"
python-telegram-bot = "^13.7"
python-dotenv = "^0.17.1"
Django = "^3.2.2"

Expand Down
9 changes: 5 additions & 4 deletions {{cookiecutter.project_slug}}/src/requirements.txt
@@ -1,9 +1,10 @@
apscheduler==3.6.3; python_version >= "3.6"
asgiref==3.3.4; python_version >= "3.6"
certifi==2020.12.5; python_version >= "3.6"
django==3.2.3; python_version >= "3.6"
asgiref==3.4.1; 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"
django==3.2.6; python_version >= "3.6"
python-dotenv==0.17.1
python-telegram-bot==13.5; python_version >= "3.6"
python-telegram-bot==13.7; python_version >= "3.6"
pytz==2021.1; python_version >= "3.6"
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
sqlparse==0.4.1; python_version >= "3.6"
Expand Down

0 comments on commit ca811f9

Please sign in to comment.