[PATCH] created requirements.txt file containing dependencies of the project

From: girishsontakke <girishsontakke7(at)gmail(dot)com>
To: pgsql-www(at)lists(dot)postgresql(dot)org
Cc: girishsontakke <girishsontakke7(at)gmail(dot)com>
Subject: [PATCH] created requirements.txt file containing dependencies of the project
Date: 2022-03-23 19:31:01
Message-ID: 20220323193101.17361-1-girishsontakke7@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

---
requirements.txt | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 requirements.txt

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..9109c91
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,12 @@
+asgiref==3.5.0
+backports.zoneinfo==0.2.1
+certifi==2021.10.8
+charset-normalizer==2.0.12
+Django==3.0
+idna==3.3
+psycopg2==2.9.3
+pycryptodomex==3.14.1
+pytz==2022.1
+requests==2.27.1
+sqlparse==0.4.2
+urllib3==1.26.9
--
2.33.0

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Joe Conway 2022-03-23 19:42:01 Re: Wiki Antivirus question (+ editor request)
Previous Message Girish Sontakke 2022-03-23 18:11:03 Patch for pgarchives project