Updates and fixes (#912)
* feat: add support for python 3.10 * fix: move all in-line comments to their own line On some systems the environs package was uable to parse values as it tried read the comments as code...
This commit is contained in:
parent
d64feec2a5
commit
b47685f8aa
3 changed files with 96 additions and 52 deletions
|
|
@ -9,7 +9,7 @@ generate-setup-file = false
|
|||
script = "build.py"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9 | ^3.8 | ^3.7"
|
||||
python = "^3.10 | ^3.9 | ^3.8 | ^3.7"
|
||||
aiofiles = "0.8.0"
|
||||
asgiref = "3.4.1"
|
||||
attrs = "21.2.0"
|
||||
|
|
@ -39,7 +39,7 @@ pycryptodomex = "3.14.1"
|
|||
pydantic = "1.8.2"
|
||||
pypng = "0.0.21"
|
||||
pyqrcode = "1.2.1"
|
||||
pyscss = "1.3.7"
|
||||
pyScss = "1.4.0"
|
||||
python-dotenv = "0.19.0"
|
||||
pyyaml = "5.4.1"
|
||||
represent = "1.6.0.post0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue