mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 14:50:20 +00:00
550d79f4c0
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
29 lines
424 B
TOML
29 lines
424 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
requests = "*"
|
|
pyquery = "*"
|
|
fake-useragent = "*"
|
|
parse = "*"
|
|
"bs4" = "*"
|
|
"w3lib" = "*"
|
|
pyppeteer = "*"
|
|
"rfc3986" = "*"
|
|
|
|
[dev-packages]
|
|
twine = "*"
|
|
requests-file = "*"
|
|
pytest = "*"
|
|
"e1839a8" = {path = ".", editable = true}
|
|
sphinx = "*"
|
|
mypy = "*"
|
|
pytest-asyncio = "*"
|
|
psutil = "*"
|
|
white = "*"
|
|
|
|
[scripts]
|
|
tests = "pytest -v -m ok"
|