mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 06:46:14 +00:00
29 lines
422 B
TOML
29 lines
422 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 = "*"
|
|
white = "*"
|
|
|
|
[scripts]
|
|
tests = "pytest -v -m 'not internet' "
|
|
|