Skip to content

Commit ddf4206

Browse files
committed
Bump Python Packages and minor additions to Readme
1 parent 2d09f66 commit ddf4206

File tree

3 files changed

+60
-60
lines changed

3 files changed

+60
-60
lines changed

Pipfile.lock

Lines changed: 58 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# django_ninja_tutorial
22
Django Ninja with SQLite
33
Basic CRUD API for Employees and Department using Django Ninja.
4-
Deployed using Granian
4+
Deployed using Granian Server
55
# Docker Compose Commands
66

77
### Get running containers:

requirement.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ click==8.1.7; python_version >= '3.7'
55
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'
66
django==5.0.3; python_version >= '3.10'
77
django-ninja==1.1.0; python_version >= '3.7'
8-
granian==1.1.1; python_version >= '3.8'
8+
granian==1.1.2; python_version >= '3.8'
99
orjson==3.9.15; python_version >= '3.8'
1010
packaging==23.2; python_version >= '3.7'
1111
pltable==1.1.0

0 commit comments

Comments
 (0)