mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Merge pull request #139 from maebert/argparse-fix
Flexible argparse for 2.6
This commit is contained in:
commit
c20d5accba
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -61,7 +61,7 @@ def get_version(filename="jrnl/__init__.py"):
|
|||
conditional_dependencies = {
|
||||
"pyreadline>=2.0": "win32" in sys.platform,
|
||||
"colorama>=0.2.5": "win32" in sys.platform,
|
||||
"argparse==1.2.1": sys.version.startswith("2.6")
|
||||
"argparse>=1.1.0": sys.version.startswith("2.6")
|
||||
}
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Reference in a new issue