# Common deps
cssselect
feedparser
selenium
runscript
pyprof2calltree
urllib3
psutil
pysocks
certifi

# Devel
test_server >= 0.1
bumpversion
pkginfo
build
setuptools
wheel

# Tests
coverage
coveralls
mock

# Misc
#item;platform_system!="Windows"

# Linters and Type Checking
ruff; python_version >= "3.0"
mypy; python_version >= "3.0"
pylint; python_version >= "3.0"
types-urllib3; python_version >= "3.0"
types-six; python_version >= "3.0"
yamllint; python_version >= "3.0"
