We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c1d1a commit 55e7d93Copy full SHA for 55e7d93
setup.cfg
@@ -29,7 +29,7 @@ project_urls =
29
packages = find:
30
install_requires =
31
click
32
- pytask>=0.0.9
+ pytask>=0.1.0
33
python_requires = >=3.6
34
include_package_data = True
35
package_dir = =src
tox.ini
@@ -13,7 +13,7 @@ conda_channels =
13
conda-forge
14
nodefaults
15
conda_deps =
16
- pytask >=0.0.9
+ pytask >=0.1.0
17
pytest
18
pytest-cov
19
pytest-xdist
0 commit comments