Skip to content

Commit 6b2c3cd

Browse files
delsimMark Gibbs
andauthored
Enable Django2.2 through relaxing requirements (#252)
Co-authored-by: Mark Gibbs <[email protected]>
1 parent ad1017e commit 6b2c3cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ dpd-components
77

88
dash-bootstrap-components
99

10-
Django>=3
10+
Django>=2.2
1111
Flask>=1.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'dash-html-components',
4747
'dash-renderer',
4848
'dpd-components',
49-
'Django>=3',
49+
'Django>=2.2',
5050
'Flask>=1.0.2'],
5151
python_requires=">=3.6",
5252
)

0 commit comments

Comments
 (0)