Merge branch 'v1' into groups_api

This commit is contained in:
Max Erenberg 2021-08-19 00:02:09 +00:00
commit df5d9e5f14
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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