diff options
| author | Bobby <[email protected]> | 2022-07-18 10:41:18 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-07-18 10:41:18 +0530 |
| commit | d830ec8a5755fe9efa4981ccdd4efbc6739fdfc4 (patch) | |
| tree | f6a96e6ff7f98df5cca207eed0a6b9351727c734 | |
| parent | 4aecdaa154552e8ca8811c51ddb775a83550a29b (diff) | |
| download | thatcomputerscientist-d830ec8a5755fe9efa4981ccdd4efbc6739fdfc4.tar.xz thatcomputerscientist-d830ec8a5755fe9efa4981ccdd4efbc6739fdfc4.zip | |
Added Extra Requirements
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 7099b73b..c470db6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ Django==4.0.6 python-dotenv==0.20.0 +mysqlclient==2.1.1 +gunicorn==20.1.0 |
