This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch fix-django-dockerfile
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git

commit 7677f53c8b6a5b808179d7ffffce206bd8361ae2
Author: Marcus Christie <[email protected]>
AuthorDate: Wed Apr 5 11:25:06 2023 -0400

    Adding gunicorn dependency and freezing all others
---
 requirements.txt | 38 ++++++++++++++++++++++++++++++++++++--
 1 file changed, 36 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index c62fcd1..17bf72f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,40 @@
+appnope==0.1.3
+asgiref==3.5.2
+asttokens==2.1.0
+backcall==0.2.0
+black==22.10.0
+certifi==2022.12.7
+charset-normalizer==3.0.1
+click==8.1.3
+decorator==5.1.1
 Django==3.2.16
+django-environ==0.9.0
 django-webpack-loader==0.6.0
 djangorestframework==3.14.0
-requests==2.28.2
+executing==1.2.0
+gunicorn==20.1.0
+idna==3.4
+ipython==8.6.0
+jedi==0.18.1
+matplotlib-inline==0.1.6
+mypy-extensions==0.4.3
+parso==0.8.3
+pathspec==0.10.1
+pexpect==4.8.0
+pickleshare==0.7.5
+platformdirs==2.5.2
+prompt-toolkit==3.0.32
+ptyprocess==0.7.0
+pure-eval==0.2.2
+Pygments==2.13.0
 PyJWT==2.6.0
-django-environ
+pytz==2022.6
+requests==2.28.2
+six==1.16.0
+sqlparse==0.4.3
+stack-data==0.6.0
+tomli==2.0.1
+traitlets==5.5.0
+typing_extensions==4.4.0
+urllib3==1.26.14
+wcwidth==0.2.5

Reply via email to