1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Alfred Wingate
56d5a86eb2 toml: move from toml to tomllib + tomli_w
* toml is getting removed from distributions due to being generally
  unmaintained and not support the lastest TOML standard.
* For parsing use tomllib which is included in python3.11 and tomli for
  earlier interpeter versions.
* For writing use tomli-w. tomli-w.dump() expects bytes-like objects so
  work around it to keep compatability and minimize changes elsewhere.

Signed-off-by: Alfred Wingate <parona@protonmail.com>
2023-08-05 23:15:48 +02:00
Maëlan
9bbbe2796e add end-of-line at end of requirements.txt
the absence of an end-of-line made `pip install -r requirements.txt` ignore the last line
2022-10-13 21:15:05 +02:00
deadc0de6
770f355257 python version in dependencies 2022-09-03 08:57:15 +02:00
deadc0de6
3091996c8d distro requ 2022-09-03 08:55:39 +02:00
deadc0de6
148c74ad71 Merge branch 'enrich-variables' of github.com:deadc0de6/dotdrop into enrich-variables 2022-09-03 08:54:16 +02:00
deadc0de6
8e704de40c update requirements 2022-09-03 08:49:25 +02:00
deadc0de6
565dad58c6 no more python 3.5 2022-08-25 23:30:14 +02:00
deadc0de6
b4769c015e fix requirements 2022-08-22 21:27:44 +02:00
deadc0de6
313db43c32 update requirements 2022-08-22 21:16:43 +02:00
deadc0de6
32ecc0ec39 add toml package 2022-05-27 12:37:57 +02:00
deadc0de6
15c1a09a48 add check_version config option 2021-10-10 16:47:04 +02:00
deadc0de6
8bc6519a25 use magic for determining file types and remove mkdir dependency 2020-11-05 22:17:26 +01:00
deadc0de6
df9b56214d python 3.4 no longer supported (EOL) 2019-06-06 17:22:40 +02:00
deadc0de6
d008e6a895 migrate from PyYAML to ruamel.yaml 2019-06-06 17:11:13 +02:00
deadc0de6
46fb18d772 update python deps to minimum version 2017-03-09 08:44:37 +01:00
deadc0de6
a356979555 first commit 2017-03-07 19:19:00 +01:00