Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit a2f4cf4

Browse files
author
9FS
committed
updated requirements.txt
1 parent 7515ca2 commit a2f4cf4

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
name = "Filename Dateformat Changer"
66
readme = "readme.md"
77
repository = "https://github.com/9-FS/2021-12-22-Filename-Dateformat-Changer"
8-
version = "1.0.1"
8+
version = "1.0.2"
99

1010
[tool.poetry.dependencies]
1111
kfsconfig = "^1.0.0"

requirements.txt

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
certifi==2023.7.22 ; python_version >= "3.11" and python_version < "3.13"
2-
charset-normalizer==3.2.0 ; python_version >= "3.11" and python_version < "3.13"
3-
colorama==0.4.6 ; python_version >= "3.11" and python_version < "3.13"
4-
dropbox==11.36.2 ; python_version >= "3.11" and python_version < "3.13"
5-
idna==3.4 ; python_version >= "3.11" and python_version < "3.13"
6-
kfs==1.1.0 ; python_version >= "3.11" and python_version < "3.13"
7-
lxml==4.9.3 ; python_version >= "3.11" and python_version < "3.13"
8-
numpy==1.26.0 ; python_version >= "3.11" and python_version < "3.13"
9-
pandas==2.1.0 ; python_full_version >= "3.11.0" and python_version < "3.13"
10-
pillow==9.5.0 ; python_version >= "3.11" and python_version < "3.13"
11-
ply==3.11 ; python_version >= "3.11" and python_version < "3.13"
12-
python-dateutil==2.8.2 ; python_full_version >= "3.11.0" and python_version < "3.13"
13-
pytz==2023.3.post1 ; python_full_version >= "3.11.0" and python_version < "3.13"
14-
requests==2.31.0 ; python_version >= "3.11" and python_version < "3.13"
15-
six==1.16.0 ; python_version >= "3.11" and python_version < "3.13"
16-
stone==3.3.1 ; python_version >= "3.11" and python_version < "3.13"
17-
tzdata==2023.3 ; python_full_version >= "3.11.0" and python_version < "3.13"
18-
urllib3==2.0.4 ; python_version >= "3.11" and python_version < "3.13"
1+
colorama==0.4.6 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
2+
kfsconfig==1.0.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
3+
kfsfstr==1.0.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
4+
kfslog==1.0.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
5+
kfsmath==1.0.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
6+
numpy==1.26.0 ; python_version == "3.11"
7+
pandas==2.1.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
8+
python-dateutil==2.8.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
9+
pytz==2023.3.post1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
10+
six==1.16.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
11+
tzdata==2023.3 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)