mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
Just use setup.py
(don't keep a second copy in `requirements.txt`)
This commit is contained in:
parent
95b34e1977
commit
7065cafe01
3 changed files with 5 additions and 8 deletions
2
setup.py
2
setup.py
|
@ -72,7 +72,7 @@ setup(
|
|||
install_requires = [
|
||||
"parsedatetime>=1.2",
|
||||
"pytz>=2013b",
|
||||
"tzlocal==1.0",
|
||||
"tzlocal>=1.0",
|
||||
"keyring>=3.3",
|
||||
"python-dateutil>=2.2"
|
||||
] + [p for p, cond in conditional_dependencies.items() if cond],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue