Skip to content

Commit

Permalink
chore: merge main to dev to get update
Browse files Browse the repository at this point in the history
  • Loading branch information
cboin1996 committed Apr 16, 2024
2 parents e8ff076 + d86ba5c commit db73f70
Show file tree
Hide file tree
Showing 3 changed files with 1,625 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
requests = "*"
pyquery = "*"
fake-useragent = "*"
parse = "*"
"bs4" = "*"
"w3lib" = "*"
"lxml_html_clean" = "*"
playwright = "*"
"rfc3986" = "*"

[dev-packages]
twine = "*"
requests-file = "*"
pytest = "*"
e1839a8 = {path = ".",editable = true}
sphinx = "*"
mypy = "*"
pytest-asyncio = "*"
white = "*"

[scripts]
tests = "pytest -v -m 'not internet' "

Loading

0 comments on commit db73f70

Please sign in to comment.