Skip to content
Snippets Groups Projects
Commit 710953f7 authored by Michael Kent Wilkinson's avatar Michael Kent Wilkinson
Browse files

include responses dependency

parent e82d1cdf
No related branches found
No related tags found
1 merge request!26fix CONTRIBUTING
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
```bash ```bash
git clone ssh://git@gitlab.cern.ch:7999/lhcb-dpa/analysis-productions/apd.git git clone ssh://git@gitlab.cern.ch:7999/lhcb-dpa/analysis-productions/apd.git
cd apd cd apd
mamba create -c conda-forge --name apd-dev requests requests-kerberos beautifulsoup4 click click-log ipython black pre-commit pytest mamba create -c conda-forge --name apd-dev requests requests-kerberos beautifulsoup4 click click-log ipython black pre-commit pytest responses
conda activate apd-dev conda activate apd-dev
pip install -e .[testing] pip install -e .[testing]
pre-commit install pre-commit install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment