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 703 additions and 633 deletions
Generated
+702 -632
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -5,7 +5,7 @@ description = "Self-hosted Anki Sync Server."
authors = ["Vikash Kothary <kothary.vikash@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
anki = "^2.1.36"
beautifulsoup4 = "^4.9.1"
requests = "^2.24.0"