Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up dependences #182

Merged
merged 13 commits into from
Jun 29, 2024
25 changes: 9 additions & 16 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,21 @@ verify_ssl = true
name = "pypi"

[packages]
beautifulsoup4 = "*"
coverage = "==7.4.3"
grequests = "*"
lxml_html_clean = "*"
requests = "*"
requests-html = "*"
responses = "*"
grequests = "*"
lxml = "*"
nose = "*"
nose-cov = "*"
nose-timer = "*"
typing = "*"
virtualenv = "*"

[dev-packages]
black = "*"
sphinx = "*"
requests-html = "*"
parse = "*"
coverage = "*"
flake8 = "*"
pre-commit = "*"
pytest = "*"
pytest-cov = "==4.1.0"
pytest-xdist = "*"
flake8 = "*"

[dev-packages]
pytest-cov = "*"
sphinx = "*"

[requires]
python_version = "3.12"
Loading
Loading