forked from jainkuniya/p2preview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile.lock
37 lines (37 loc) · 809 Bytes
/
Pipfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"_meta": {
"hash": {
"sha256": "c48e4947852b09e706177c0432ea536fe7d0f5f293afef2d4e592035f736121f"
},
"requires": {
"python_version": "3.6"
},
"sources": [
{
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {
"dj-database-url": {
"version": "==0.4.2"
},
"django": {
"version": "==1.11.4"
},
"gunicorn": {
"version": "==19.7.1"
},
"psycopg2": {
"version": "==2.7.3.1"
},
"pytz": {
"version": "==2017.2"
},
"whitenoise": {
"version": "==3.3.0"
}
},
"develop": {}
}