Skip to content

Commit

Permalink
Merge pull request #182 from pittcsc/clean-up-deps
Browse files Browse the repository at this point in the history
Clean up dependences
  • Loading branch information
nij-patel authored Jun 29, 2024
2 parents 702e776 + cbd8eb7 commit 6d19456
Show file tree
Hide file tree
Showing 3 changed files with 750 additions and 611 deletions.
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

0 comments on commit 6d19456

Please sign in to comment.