Merge branch 'v1' into groups_api
This commit is contained in:
commit
df5d9e5f14
|
@ -9,7 +9,7 @@ this repo in one of the dev environment containers.
|
|||
|
||||
Next, install and activate a virtualenv:
|
||||
```sh
|
||||
sudo apt install libkrb5-dev python3-dev
|
||||
sudo apt install libkrb5-dev libsasl2-dev python3-dev
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
flake8==3.9.2
|
||||
setuptools==40.8.0
|
||||
wheel==0.36.2
|
||||
cffi==1.14.6
|
||||
pytest==6.2.4
|
||||
aiosmtpd==1.4.2
|
||||
aiohttp==3.7.4.post0
|
||||
|
|
Loading…
Reference in New Issue