12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
# Contains requirements common to all environments
|
|
|
|
# Engine
|
|
Django==3.1.6
|
|
Pillow==8.1.0
|
|
zenpy~=2.0.24
|
|
django_registration==3.1.1
|
|
djangorestframework==3.12.2
|
|
|
|
# Misc
|
|
python-dotenv==0.17.1
|