Skip to content

Commit 3489727

Browse files
committed
remove docopt
1 parent 87fb458 commit 3489727

File tree

3 files changed

+2
-27
lines changed

3 files changed

+2
-27
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
version = packageVersion;
3636
format = "pyproject";
3737
nativeBuildInputs = with python.pkgs; [ poetry-core ];
38-
propagatedBuildInputs = with python.pkgs; [ requests beautifulsoup4 docopt colorama ];
38+
propagatedBuildInputs = with python.pkgs; [ requests beautifulsoup4 colorama ];
3939
src = ./.;
4040
checkInputs = with pkgs; [ python310.pkgs.mypy ];
4141
checkPhase = ''

poetry.lock

Lines changed: 1 addition & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ hydra-check = 'hydra_check.cli:main'
1313
python = "^3.10"
1414
requests = "^2.2"
1515
beautifulsoup4 = "^4.1"
16-
docopt = "^0.6"
1716
colorama = "^0.4.4"
1817

1918
[tool.poetry.dev-dependencies]
2019
types-requests = "^2.27.15"
2120
types-beautifulsoup4 = "^4.10"
22-
types-docopt = "^0.6.6"
2321
pytest = "^6.2.5"
2422
pytest-cov = "^3.0.0"
2523
coverage = {extras = ["toml"], version = "^6.2"}

0 commit comments

Comments
 (0)