Images can be uploaded, thumbnails are created, they're displayed within the threads themselves. Just like four chans! There is not an upload size limit set yet. Gotta get on that next. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
15 lines
176 B
TOML
15 lines
176 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
django = "*"
|
|
pillow = "*"
|
|
|
|
[dev-packages]
|
|
mypy = "*"
|
|
|
|
[requires]
|
|
python_version = "3.10"
|