Skip to content

Commit

Permalink
Remove dateutil dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ekuler committed Jan 4, 2024
1 parent bb345a1 commit 8059716
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements-rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ lxml==4.8.0
pycryptodomex==3.14.1
construct==2.10.68
argon2-cffi==21.3.0
python-dateutil==2.8.2
Sphinx>=3.2.1
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ lxml==4.8.0
pycryptodomex==3.14.1
construct==2.10.68
argon2-cffi==21.3.0
python-dateutil==2.8.2
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
url="https://github.com/libkeepass/pykeepass",
packages=find_packages(include=['pykeepass', 'pykeepass.*']),
install_requires=[
"python-dateutil",
"construct",
"argon2_cffi",
"pycryptodomex>=3.6.2",
Expand Down

0 comments on commit 8059716

Please sign in to comment.