diff options
author | Pratyush Desai | 2021-12-24 20:44:01 +0530 |
---|---|---|
committer | Pratyush Desai | 2021-12-24 20:44:01 +0530 |
commit | 3d69b2906702025ef40bd6037279a91f971255d4 (patch) | |
tree | f6cc465c3a21637fbec1b5b1fdb5808437774d1d /api/requirements.txt | |
parent | 5564ffb20798d45bf87910feea39bf02b0d2dee4 (diff) | |
download | website-3d69b2906702025ef40bd6037279a91f971255d4.tar.gz website-3d69b2906702025ef40bd6037279a91f971255d4.tar.bz2 website-3d69b2906702025ef40bd6037279a91f971255d4.zip |
add apps, basic routing, req.txt
Diffstat (limited to 'api/requirements.txt')
-rw-r--r-- | api/requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/api/requirements.txt b/api/requirements.txt new file mode 100644 index 0000000..b481e66 --- /dev/null +++ b/api/requirements.txt @@ -0,0 +1,5 @@ +asgiref==3.4.1 +Django==4.0 +djangorestframework==3.13.1 +pytz==2021.3 +sqlparse==0.4.2 |