Skip to content

Commit

Permalink
chore: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-verrez-fox committed May 26, 2024
1 parent 238b921 commit 3295082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ certifi==2023.7.22
charset-normalizer==3.2.0
frozenlist==1.4.0
idna==3.4
multidict==6.0.4
nest-asyncio==1.5.8
requests==2.31.0
soupsieve==2.5
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read_requirements():

setup(
name="proxygetter",
version="0.2.1",
version="0.2.2",
url="https://github.com/ArthurVerrez/proxygetter",
author="Arthur Verrez",
author_email="macdouglass@outlook.com",
Expand All @@ -30,5 +30,6 @@ def read_requirements():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
)

0 comments on commit 3295082

Please sign in to comment.