Skip to content

Commit

Permalink
Harmonize requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Jan 6, 2024
1 parent d04f3d7 commit 78d7c8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
PyYAML >=5.1
distutils-pytest
git-props
lark
packaging
setuptools
git-props
python-dateutil
distutils-pytest
pytest >=3.6.0
pytest-dependency >=0.2
python-dateutil
setuptools
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def run(self):
packages = ["archive", "archive.cli", "archive.bt"],
package_dir = {"": "src"},
python_requires = ">=3.6",
install_requires = ["setuptools", "PyYAML", "packaging", "lark"],
install_requires = ["setuptools", "PyYAML >=5.1", "packaging", "lark"],
scripts = ["scripts/archive-tool.py", "scripts/backup-tool.py",
"scripts/imap-to-archive.py"],
data_files = [("/etc", ["etc/backup.cfg"])],
Expand Down

0 comments on commit 78d7c8c

Please sign in to comment.