|
@@ -27,30 +27,29 @@ setup(
|
|
|
'Operating System :: OS Independent',
|
|
|
'Programming Language :: Python',
|
|
|
'Programming Language :: Python :: 3',
|
|
|
- 'Programming Language :: Python :: 3.6',
|
|
|
'Programming Language :: Python :: 3.7',
|
|
|
'Programming Language :: Python :: 3.8',
|
|
|
'Programming Language :: Python :: 3.9',
|
|
|
+ 'Programming Language :: Python :: 3.10',
|
|
|
'Programming Language :: Python :: 3 :: Only',
|
|
|
'Framework :: Django',
|
|
|
- 'Framework :: Django :: 3.0',
|
|
|
- 'Framework :: Django :: 3.1',
|
|
|
'Framework :: Django :: 3.2',
|
|
|
+ 'Framework :: Django :: 4.0',
|
|
|
'Framework :: Wagtail',
|
|
|
'Framework :: Wagtail :: 2',
|
|
|
'Topic :: Internet :: WWW/HTTP',
|
|
|
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
|
|
'Topic :: Internet :: WWW/HTTP :: Site Management',
|
|
|
],
|
|
|
- python_requires='>=3.6',
|
|
|
+ python_requires='>=3.7',
|
|
|
install_requires=[
|
|
|
'beautifulsoup4>=4.8,<4.10', # should be the same as wagtail
|
|
|
'django-eventtools==1.0.*',
|
|
|
'django-bootstrap4>=2.0,<2.4',
|
|
|
- 'Django>=3.0,<3.3', # should be the same as wagtail
|
|
|
+ 'Django>=3.2,<4.1', # should be the same as wagtail
|
|
|
'geocoder==1.38.*',
|
|
|
'icalendar==4.0.*',
|
|
|
- 'wagtail==2.14.*',
|
|
|
+ 'wagtail==2.16.*',
|
|
|
'wagtailfontawesome>=1.2.*',
|
|
|
'wagtail-cache==1.*',
|
|
|
'wagtail-import-export>=0.2,<0.3',
|