File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - " 3.6 "
3
+ - " 3.10 "
4
4
5
5
# Django & Database
6
6
addons :
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ black==25.1.0
4
4
boto3 == 1.24.78
5
5
bpython == 0.23
6
6
coverage == 6.4.4
7
- django == 4.0.10
7
+ django == 4.2.19
8
8
django-behave == 0.1.6
9
- django-celery-beat == 2.3 .0
9
+ django-celery-beat == 2.7 .0
10
10
django-compressor == 4.1
11
11
django-cors-headers == 3.13.0
12
12
django-debug-toolbar-template-profiler == 2.1.0
Original file line number Diff line number Diff line change 35
35
"License :: OSI Approved :: MIT License" ,
36
36
"Programming Language :: Python" ,
37
37
"Programming Language :: Python :: 3" ,
38
- "Programming Language :: Python :: 3.2" ,
39
- "Programming Language :: Python :: 3.3" ,
40
- "Programming Language :: Python :: 3.4" ,
41
- "Programming Language :: Python :: 3.5" ,
42
- "Programming Language :: Python :: 3.6" ,
38
+ "Programming Language :: Python :: 3.8" ,
39
+ "Programming Language :: Python :: 3.10" ,
43
40
],
44
41
install_requires = [],
45
42
)
You can’t perform that action at this time.
0 commit comments