mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
use latest system dateutils; add wing & vi ignores
This commit is contained in:
parent
112f626d09
commit
446e78f225
2 changed files with 8 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,5 +1,8 @@
|
|||
*.py[cod]
|
||||
|
||||
# vi:
|
||||
*.swp
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
|
@ -45,6 +48,10 @@ env*/
|
|||
|
||||
docs/_themes/jrnl/static/less/3L.less
|
||||
|
||||
# wingide project files
|
||||
*.wpr
|
||||
*.wpu
|
||||
|
||||
# PyCharm Project files
|
||||
.idea/
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -70,7 +70,7 @@ conditional_dependencies = {
|
|||
"readline>=6.2": not readline_available and "win32" not in sys.platform,
|
||||
"colorama>=0.2.5": "win32" in sys.platform,
|
||||
"argparse>=1.1.0": sys.version.startswith("2.6"),
|
||||
"python-dateutil==1.5": sys.version.startswith("2."),
|
||||
"python-dateutil>=1.5": sys.version.startswith("2."),
|
||||
"python-dateutil>=2.2": sys.version.startswith("3."),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue