We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python-fsutil
1 parent 04dddd4 commit bb5695cCopy full SHA for bb5695c
pyproject.toml
@@ -90,7 +90,7 @@ classifiers = [
90
"Typing :: Typed",
91
]
92
dependencies = [
93
- "python-fsutil >= 0.9.3, < 1.0.0",
+ "python-fsutil >= 0.16.0, < 1.0.0",
94
"python-slugify >= 7.0.0, < 9.0.0",
95
"requests >= 2.26.0, < 3.0.0",
96
"typing_extensions >= 4.13.2, < 4.16.0",
requirements.txt
@@ -5,7 +5,7 @@ mailchecker == 6.0.19
5
openpyxl == 3.1.5
6
phonenumbers == 9.0.21
7
python-dateutil == 2.9.0.post0
8
-python-fsutil == 0.15.0
+python-fsutil == 0.16.0
9
python-slugify == 8.0.4
10
pyyaml == 6.0.3
11
requests == 2.32.5
0 commit comments