Ben
a0279c12e6
Replaces occurrences of channel with room (deprecates channel arguments). Use python native logging module instead of prints. Remove .idea from git Simplify .gitignore
16 lines
266 B
TOML
16 lines
266 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
pyyaml = "*"
|
|
flask = {version = "*", extras = ["async"]}
|
|
matrix-nio = {version = "*", extras = ["e2e"]}
|
|
python-dateutil = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = ">=3.9"
|