mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-11-02 16:37:19 -04:00
d2c8de991b
You still have to re-upload media, which sucks.
31 lines
467 B
TOML
31 lines
467 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 = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.6"
|