1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:54:51 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
deadc0de6
070b333030 too early for 3.12 2023-08-06 14:20:02 +02:00
deadc0de6
c1b057da6b update python version for #398 2023-08-06 14:05:22 +02:00
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
deadc0de6
9b43a49ebc linting 2023-01-19 23:34:30 +01:00
deadc0de6
bd852ba2ff pypi dependencies 2022-09-03 08:49:32 +02:00
deadc0de6
565dad58c6 no more python 3.5 2022-08-25 23:30:14 +02:00
deadc0de6
cdf6b1953a refactor setup.py 2022-07-08 14:37:12 +02:00
deadc0de6
1584f33591 add python 3.9 and 3.10 2022-05-27 12:37:57 +02:00
deadc0de6
391cca0c2f add toml dependencies 2022-05-27 12:37:57 +02:00
Justin Ellingwood
2fc2d311b7 Add new dependencies to setup.py
Add `packaging` and `requests` to the `install_requires` list in `setup.py`
2021-10-13 00:40:39 +02:00
John T. Wodder II
5f34f2b221 Remove the need for pandoc 2021-10-05 12:19:07 -04:00
deadc0de6
1c0749822f code quality 2021-02-20 13:36:24 +01:00
ranjanashish
092aa6cc44 Add missing dependency - python-magic 2020-11-18 23:28:08 +05:30
deadc0de6
86783ca554 add python 3.8 support 2019-11-17 08:01:03 +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
bad483935b remove support for python 3.3 due to EOL 2018-10-08 16:23:28 +02:00
deadc0de6
0e07730e3b update setup.py 2018-09-02 16:17:34 +02:00
deadc0de6
46799eaa5b fix version 2018-07-21 13:40:15 +02:00
deadc0de6
b4e7e775ba better handle import and move version to its own file 2018-07-17 21:35:34 +02:00
deadc0de6
6b00d4c1fe force python version >=3 on pip 2018-04-11 10:19:14 +02:00
deadc0de6
ae102749ed update for pypi 2017-12-23 17:52:53 +01:00