mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-11-02 16:37:19 -04:00
ccb21b0cdc
Plus misc. redraft problems
33 lines
495 B
TOML
33 lines
495 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
"beautifulsoup4" = "*"
|
|
bleach = "*"
|
|
certifi = "*"
|
|
chardet = "*"
|
|
decorator = "*"
|
|
django-markdownify = "*"
|
|
django-widget-tweaks = "*"
|
|
"html5lib" = "*"
|
|
idna = "*"
|
|
markdown = "*"
|
|
"mastodon.py" = "*"
|
|
python-dateutil = "*"
|
|
pytz = "*"
|
|
requests = "*"
|
|
six = "*"
|
|
"urllib3" = "*"
|
|
webencodings = "*"
|
|
Django = "*"
|
|
django-html_sanitizer = "*"
|
|
inscriptis = "*"
|
|
lxml = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.6"
|