Files
omnibot22/Pipfile
Alek Ratzloff fcb4bd6df1 Update to Python 3.12
* Remove toml dependency since that comes with Python as of 3.11
* Update toml usage to tomllib in config.py
* Update `with open(...)` for toml file reading to be 'rb'
* Update Pipfile.lock for locked dependencies to work with Python 3.12

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-07-18 11:39:34 -07:00

21 lines
278 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
async-irc = "*"
types-toml = "*"
"aiohttp[speedups]" = "*"
async-timeout = ">=4"
[dev-packages]
mypy = "*"
black = "*"
[requires]
python_version = "3.12"
[pipenv]
allow_prereleases = true