We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef7cad commit ef1e4a4Copy full SHA for ef1e4a4
demo/demo/settings.py
@@ -80,6 +80,8 @@
80
},
81
]
82
83
+X_FRAME_OPTIONS = 'SAMEORIGIN'
84
+
85
WSGI_APPLICATION = 'demo.wsgi.application'
86
87
ASGI_APPLICATION = 'demo.routing.application'
requirements.txt
@@ -7,5 +7,5 @@ dpd-components
7
8
dash-bootstrap-components
9
10
-Django>=2,<3
+Django>=3
11
Flask>=1.0.2
setup.py
@@ -46,7 +46,7 @@
46
'dash-html-components',
47
'dash-renderer',
48
'dpd-components',
49
- 'Django>=2,<3',
+ 'Django>=3',
50
'Flask>=1.0.2'],
51
python_requires=">=3.6",
52
)
0 commit comments