diff --git a/pyproject.toml b/pyproject.toml index b30524c..9eab00c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements.txt b/requirements.txt index cda338e..5e1df63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +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 \ No newline at end of file