mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-01-23 12:37:05 +00:00
feat: added ruff for linting + requirements for local development
This commit is contained in:
parent
18721e42d1
commit
230a6dc7bf
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,3 +7,5 @@ externals/
|
|||||||
.vagrant
|
.vagrant
|
||||||
api/docs/api-docs.html
|
api/docs/api-docs.html
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
|
.vscode
|
||||||
|
.venv
|
||||||
|
16
dev-requirements.txt
Normal file
16
dev-requirements.txt
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
rtyaml
|
||||||
|
email_validator>=1.0.0
|
||||||
|
exclusiveprocess
|
||||||
|
flask
|
||||||
|
dnspython
|
||||||
|
python-dateutil
|
||||||
|
expiringdict
|
||||||
|
gunicorn
|
||||||
|
qrcode[pil]
|
||||||
|
pyotp
|
||||||
|
idna>=2.0.0
|
||||||
|
cryptography==37.0.2
|
||||||
|
psutil
|
||||||
|
postfix-mta-sts-resolver
|
||||||
|
b2sdk
|
||||||
|
boto3
|
Loading…
Reference in New Issue
Block a user