File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.0.2 "
1+ __version__ = "0.0.3 "
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " conda-dependency-cleaner"
7- version = " 0.0.2 "
8- description = " Clean your conda yaml file."
7+ version = " 0.0.3 "
8+ description = " Clean your conda yaml file and convert pip dependencies to conda ."
99readme = " README.md"
1010license = " MIT"
1111authors = [
" Oliver Weissl <[email protected] >" , ]
@@ -21,7 +21,7 @@ classifiers = [
2121]
2222
2323[tool .poetry .scripts ]
24- clean-yaml = " conda_dependency_cleaner.clean :main"
24+ cdc = " conda_dependency_cleaner.cdc :main"
2525
2626[tool .poetry .dependencies ]
2727matplotlib = " ^3.0.0"
Original file line number Diff line number Diff line change 11import os
22import subprocess
33import tempfile
4- from typing import Generator , Any
4+ from typing import Any , Generator
55
66import pytest
77from conda .env .env import Environment , from_file
You can’t perform that action at this time.
0 commit comments