Initial release
This is the initial release of mastoboost. Average complexity: B (5.153846153846154)
This commit is contained in:
parent
509d1e2a4d
commit
4db6c6ed5a
5 changed files with 1822 additions and 0 deletions
26
Pipfile
Normal file
26
Pipfile
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue