Update Python version from 3.7 to 3.8

This commit is contained in:
Vikash Kothary 2020-12-23 22:45:41 +00:00
parent 71a074f8f2
commit a0675b4f50
2 changed files with 707 additions and 637 deletions

1342
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ description = "Self-hosted Anki Sync Server."
authors = ["Vikash Kothary <kothary.vikash@gmail.com>"] authors = ["Vikash Kothary <kothary.vikash@gmail.com>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.7" python = "^3.8"
anki = "^2.1.36" anki = "^2.1.36"
beautifulsoup4 = "^4.9.1" beautifulsoup4 = "^4.9.1"
requests = "^2.24.0" requests = "^2.24.0"