mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 17:50:16 -04:00
build(deps): install gunicorn
This commit is contained in:
parent
f1b3814c7f
commit
9ad55a731d
11
Pipfile
11
Pipfile
|
@ -4,14 +4,15 @@ verify_ssl = true
|
||||||
name = "pypi"
|
name = "pypi"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
|
crispy-bootstrap5 = "~=0.3.1"
|
||||||
django = "~=3.2"
|
django = "~=3.2"
|
||||||
|
django-bootstrap-pagination = "~=1.7.1"
|
||||||
|
django-crispy-forms = "~=1.11.2"
|
||||||
|
django-extensions = "~=3.1.2"
|
||||||
|
gunicorn = "~=20.1.0"
|
||||||
|
ipython = "~=7.22.0"
|
||||||
social-auth-app-django = "~=4.0.0"
|
social-auth-app-django = "~=4.0.0"
|
||||||
whitenoise = "~=5.2"
|
whitenoise = "~=5.2"
|
||||||
django-crispy-forms = "~=1.11.2"
|
|
||||||
crispy-bootstrap5 = "~=0.3.1"
|
|
||||||
django-extensions = "~=3.1.2"
|
|
||||||
ipython = "~=7.22.0"
|
|
||||||
django-bootstrap-pagination = "~=1.7.1"
|
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
autopep8 = "~=1.5.6"
|
autopep8 = "~=1.5.6"
|
||||||
|
|
15
Pipfile.lock
generated
15
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "18a19c14dc35df0516a99446a4e14571ea626b0eae6ff13b342cce4550ce15c3"
|
"sha256": "fac4a9e3381b668514c29fa755dbe054c636e54809b1cfdf8c2237802dd7bd55"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
@ -156,11 +156,18 @@
|
||||||
},
|
},
|
||||||
"django-extensions": {
|
"django-extensions": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:081828e985485662f62a22340c1506e37989d14b927652079a5b7cd84a82368b",
|
"sha256:50de8977794a66a91575dd40f87d5053608f679561731845edbd325ceeb387e3",
|
||||||
"sha256:17f85f4dcdd5eea09b8c4f0bad8f0370bf2db6d03e61b431fa7103fee29888de"
|
"sha256:5f0fea7bf131ca303090352577a9e7f8bfbf5489bd9d9c8aea9401db28db34a0"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==3.1.2"
|
"version": "==3.1.3"
|
||||||
|
},
|
||||||
|
"gunicorn": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"version": "==20.1.0"
|
||||||
},
|
},
|
||||||
"idna": {
|
"idna": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user