Skip to content

Commit

Permalink
dependencies: Fix issues with dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
adambirds committed Feb 24, 2022
1 parent ddac3b4 commit 7258d84
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
36 changes: 26 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
pyparsing
pytest
pytest-cov
python-dateutil
sh
six
tomli
typing-extensions
adamlint
2 changes: 0 additions & 2 deletions tools/setup/prep-dev-environment
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7258d84

Please sign in to comment.