Merge branch 'v1' into groups_api

pull/7/head
Max Erenberg 2 years ago
commit df5d9e5f14
  1. 2
      README.md
  2. 1
      dev-requirements.txt

@ -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…
Cancel
Save