Skip to content

Commit

Permalink
Require SOCKS dependencies (#244)
Browse files Browse the repository at this point in the history
* Require SOCKS dependencies

* Add pyinstaller dev dependency
  • Loading branch information
pederhan authored May 30, 2024
1 parent 0c198c5 commit d234c36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
dependencies = [
'python-dateutil>=2.9.0',
'prompt_toolkit>=3.0.0',
'requests>=2.31.0',
'requests[socks]>=2.31.0',
'typing_extensions>=4.12.0',
"pydantic[email]>=2.7.1",
]
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ pyinstaller-hooks-contrib==2024.6
# via pyinstaller
pyproject-api==1.6.1
# via tox
pysocks==1.7.1
# via requests
python-dateutil==2.9.0.post0
requests==2.32.2
ruff==0.4.5
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ prompt-toolkit==3.0.43
pydantic==2.7.1
pydantic-core==2.18.2
# via pydantic
pysocks==1.7.1
# via requests
python-dateutil==2.9.0.post0
requests==2.32.2
six==1.16.0
Expand Down

0 comments on commit d234c36

Please sign in to comment.