diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-03-22 01:31:27 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-03-22 01:31:27 +0100 |
| commit | cc4ba3b063f14943579ffbfe416828590f70ae0a (patch) | |
| tree | af2127920fb57603206ca670beb63b5d58650fb8 /requirements.pip.dev.txt | |
| parent | c594b1fca854a7b9fb73d854a9830143cd1032fc (diff) | |
WIP major rewrite
Diffstat (limited to 'requirements.pip.dev.txt')
| -rw-r--r-- | requirements.pip.dev.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/requirements.pip.dev.txt b/requirements.pip.dev.txt index 764e73e..9af3242 100644 --- a/requirements.pip.dev.txt +++ b/requirements.pip.dev.txt @@ -1,7 +1,8 @@ -doit -aiohttp -libvirt-python -pyyaml -paramiko -setuptools -sphinx +-r requirements.pip.runtime.txt + +build >= 0.7.0 +doit >= 0.34.2 +flake8 >= 4.0.1 +hat-doit ~= 0.8.1 +setuptools >= 60.10.0 +wheel >= 0.37.1 |
