mirror of https://gitlab.com/litecord/litecord.git
pipfile: upgrade to python 3.9
This commit is contained in:
parent
fa937825df
commit
abedb1299b
14
Pipfile
14
Pipfile
|
|
@ -4,29 +4,29 @@ verify_ssl = true
|
||||||
name = "pypi"
|
name = "pypi"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
bcrypt = "==3.1.7"
|
bcrypt = "==3.2.0"
|
||||||
itsdangerous = "==1.1.0"
|
itsdangerous = "==1.1.0"
|
||||||
asyncpg = "==0.20.1"
|
asyncpg = "==0.23.0"
|
||||||
websockets = "==8.1"
|
websockets = "==8.1"
|
||||||
Earl-ETF = "==2.1.2"
|
Earl-ETF = "==2.1.2"
|
||||||
logbook = "==1.5.3"
|
logbook = "==1.5.3"
|
||||||
Cerberus = "==1.3.2"
|
Cerberus = "==1.3.4"
|
||||||
quart = "==0.12.0"
|
quart = "==0.12.0"
|
||||||
pillow = "*"
|
pillow = "*"
|
||||||
aiohttp = "==3.6.2"
|
aiohttp = "==3.7.4"
|
||||||
zstandard = "*"
|
zstandard = "*"
|
||||||
winter = {editable = true,git = "https://gitlab.com/elixire/winter.git"}
|
winter = {editable = true,git = "https://gitlab.com/elixire/winter.git"}
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
pytest = "==5.4.3"
|
pytest = "==6.2.4"
|
||||||
pytest-asyncio = "==0.12.0"
|
pytest-asyncio = "==0.15.1"
|
||||||
mypy = "*"
|
mypy = "*"
|
||||||
black = "*"
|
black = "*"
|
||||||
flake8 = "*"
|
flake8 = "*"
|
||||||
pyflakes = "*"
|
pyflakes = "*"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.8"
|
python_version = "3.9"
|
||||||
|
|
||||||
[pipenv]
|
[pipenv]
|
||||||
allow_prereleases = true
|
allow_prereleases = true
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue