Skip to content

Commit

Permalink
refactor: updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Dec 17, 2023
1 parent deb2762 commit 5a793f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 28 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.10, <3.13"
beautifulsoup4 = "4.11.2"
certifi = "2022.12.7"
certifi = ">=2022.12.7"
greenlet = ">=2.0.1"
playwright = ">=1.39.0"
pyOpenSSL = ">=23.1.1"
pytz = ">=2023.3"
requests = ">=2.31.0"
requests-toolbelt = ">=1.0.0"
urllib3 = ">=2.0.5"
websocket-client = "1.6.3"
websockets = "11.0.3"
websocket-client = ">=1.6.3"
websockets = ">=11.0.3"

[tool.poetry.dev-dependencies]
black = "^23.9.1"
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
black==23.9.1
poetry==1.6.1
poetry-core==1.7.0
poetry2setup==1.1.0
pylint==2.17.5
pytest==7.4.2
Expand Down
32 changes: 8 additions & 24 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
anyio==3.6.2
appdirs==1.4.4
beautifulsoup4==4.11.2
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==3.2.0
cloudscraper==1.2.71
cryptography==40.0.1
h11==0.14.0
httpcore==0.17.0
importlib-metadata==6.2.0
playwright==1.39.0
pycparser>=2.21
pyOpenSSL==23.1.1
pyparsing==3.1.1
certifi>=2022.12.7
greenlet>=2.0.1
playwright>=1.39.0
pyOpenSSL>=23.1.1
pytz>=2023.3
requests==2.31.0
requests-toolbelt==1.0.0
simplejson==3.18.3
sniffio==1.3.0
soupsieve==2.4
tqdm==4.65.0
typing_extensions==4.5.0
requests>=2.31.0
requests-toolbelt>=1.0.0
urllib3>=2.0.5
websocket-client==1.6.3
websockets==11.0.3
zipp==3.17.0
websocket-client>=1.6.3
websockets>=11.0.3

0 comments on commit 5a793f4

Please sign in to comment.