16 lines
233 B
TOML
16 lines
233 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
autopep8 = "*"
|
|
pylint = "*"
|
|
pipfile = "*"
|
|
|
|
[packages]
|
|
pipfile = "*"
|
|
tweepy = "*"
|
|
python-twitter = "*"
|
|
"mastodon.py" = "*"
|
|
webdavclient3 = "*"
|