Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jahwag committed Aug 21, 2024
1 parent 8b8fdfd commit 81fd930
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
14 changes: 8 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"Click>=8.1.7",
"pathspec>=0.12.1",
"crontab>=1.0.1",
"click_completion>=0.5.2",
"tqdm>=4.66.4",
"sseclient-py>=1.8.0"
"click==8.1.7",
"click_completion==0.5.2",
"pathspec==0.12.1",
"pytest==8.3.2",
"python_crontab==3.2.0",
"setuptools==73.0.1",
"sseclient_py==1.8.0",
"tqdm==4.66.5",
]
keywords = [
"sync",
Expand Down
14 changes: 8 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Click>=8.1.7
pathspec>=0.12.1
crontab>=1.0.1
click>=8.1.7
click_completion>=0.5.2
tqdm>=4.66.4
pytest-cov>=5.0.0
sseclient-py>=1.8.0
pathspec>=0.12.1
pytest>=8.3.2
python_crontab>=3.2.0
setuptools>=73.0.1
sseclient_py>=1.8.0
tqdm>=4.66.5
pytest-cov>=5.0.0

0 comments on commit 81fd930

Please sign in to comment.