Ben
1d62653830
Rename wsgi module from wmn Update Dockerfile to use `pipenv install --deploy` Clarify README.md
14 lines
249 B
TOML
14 lines
249 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 = "*"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|