Skip to content

Commit

Permalink
Bump Python Packages and minor additions to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vasudev-gm committed Mar 14, 2024
1 parent 2d09f66 commit ddf4206
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
116 changes: 58 additions & 58 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# django_ninja_tutorial
Django Ninja with SQLite
Basic CRUD API for Employees and Department using Django Ninja.
Deployed using Granian
Deployed using Granian Server
# Docker Compose Commands

### Get running containers:
Expand Down
2 changes: 1 addition & 1 deletion requirement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ click==8.1.7; python_version >= '3.7'
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
django==5.0.3; python_version >= '3.10'
django-ninja==1.1.0; python_version >= '3.7'
granian==1.1.1; python_version >= '3.8'
granian==1.1.2; python_version >= '3.8'
orjson==3.9.15; python_version >= '3.8'
packaging==23.2; python_version >= '3.7'
pltable==1.1.0
Expand Down

0 comments on commit ddf4206

Please sign in to comment.