From 7258d84ad0c04ae9509da5aa08551c6f004ef322 Mon Sep 17 00:00:00 2001 From: Adam Birds Date: Thu, 24 Feb 2022 15:53:12 +0000 Subject: [PATCH] dependencies: Fix issues with dependencies. --- requirements.txt | 36 +++++++++++++++++++++++--------- tools/setup/prep-dev-environment | 2 -- 2 files changed, 26 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7183943..4f27621 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,30 @@ argcomplete - -build -https://github.com/zulip/zulint/archive/6cc46d23906757895e917cc75e231f81f824a31d.zip#egg=zulint==0.0.1 -pytest -pytest-cov - -## Linters - +arrow +attrs black -isort +build +click +coverage gitlint +gitlint-core +iniconfig +isort +mypy +mypy-extensions +packaging +pathspec +pep517 +platformdirs +pluggy +py +pycodestyle pyflakes -mypy \ No newline at end of file +pyparsing +pytest +pytest-cov +python-dateutil +sh +six +tomli +typing-extensions +adamlint diff --git a/tools/setup/prep-dev-environment b/tools/setup/prep-dev-environment index f77bf35..39111d9 100755 --- a/tools/setup/prep-dev-environment +++ b/tools/setup/prep-dev-environment @@ -7,8 +7,6 @@ if [ -d xkcd-pass-venv/bin ]; then source xkcd-pass-venv/bin/activate fi cd "$(dirname "$0")" -pip3 install build -pip3 install wheel pip3 install -r ../../requirements.txt ./install-shellcheck ./install-shfmt