2018-11-18 10:58:33 +01:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
[packages]
|
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
mastodon-py = {editable = true, extras = ["tests"], path = "."}
|
|
|
|
pytest = "<4"
|
|
|
|
pytest-runner = "*"
|
|
|
|
pytest-cov = "*"
|
|
|
|
vcrpy = "*"
|
|
|
|
pytest-vcr = "<1"
|
|
|
|
pytest-mock = "*"
|
2019-04-15 15:48:45 +02:00
|
|
|
requests-mock = "*"
|