diff options
author | Jesús <heckyel@hyperbola.info> | 2022-01-13 18:08:28 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-01-13 18:08:28 -0500 |
commit | 4317b0ba5d614fb6f9f3d3ee333848e9774700ba (patch) | |
tree | f474806ce968874db270926dcb0399b7f3139d18 /django/requirements_prod.txt | |
parent | b77c06257f9b650e2274c7dcb8937c237353c64d (diff) | |
download | personal-site-4317b0ba5d614fb6f9f3d3ee333848e9774700ba.tar.lz personal-site-4317b0ba5d614fb6f9f3d3ee333848e9774700ba.tar.xz personal-site-4317b0ba5d614fb6f9f3d3ee333848e9774700ba.zip |
Add docker support
Diffstat (limited to 'django/requirements_prod.txt')
-rw-r--r-- | django/requirements_prod.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/django/requirements_prod.txt b/django/requirements_prod.txt new file mode 100644 index 0000000..7072840 --- /dev/null +++ b/django/requirements_prod.txt @@ -0,0 +1,5 @@ +Django==2.2.16 +django-cleanup==5.0.0 +Pillow==8.4.0 +psycopg2-binary +pytz |