You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
375 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.python.org/simple"
verify_ssl = true
[requires]
python_full_version = "3.6.5"
[scripts]
import = "python import_messages.py"
export = "python export_messages.py"
list = "python list_rooms.py"
[packages]
matrix_client = "*"
mongoengine = "*"
click = "*"
tabulate = "*"
pyyaml = "*"
"jinja2" = "*"
requests = "*"
[dev-packages]