Initial release

This is the initial release of mastoboost.

Average complexity: B (5.153846153846154)
This commit is contained in:
Albert ARIBAUD 2023-06-11 20:39:03 +02:00
parent 509d1e2a4d
commit 4db6c6ed5a
5 changed files with 1822 additions and 0 deletions

26
Pipfile Normal file
View file

@ -0,0 +1,26 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pytz = "*"
click = "*"
"mastodon.py" = "*"
lingua-language-detector = "*"
html2text = "*"
[dev-packages]
mypy = "*"
black = "*"
prospector = "*"
bandit = "*"
coverage = "*"
pytest = "*"
pytest-mock = "*"
radon = "*"
pytest-vulture = "*"
types-pytz = "*"
[requires]
python_version = "3.9"