Skip to content

Commit

Permalink
dependency version bump, deprecated python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Feb 7, 2024
1 parent fb1d406 commit db90d2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requires.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
folia >= 2.5.7
foliadocserve >= 0.7.7
foliadocserve >= 0.7.8
Django>=3.0
requests
mozilla_django_oidc
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ def read(fname):
classifiers=[
"Development Status :: 5 - Production/Stable",
"Topic :: Text Processing :: Linguistic",
"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.11",
"Operating System :: POSIX",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
],
python_requires='>=3.6',
python_requires='>=3.7',
zip_safe=False,
package_data = {'flat':['templates/*.html','style/*','script/*'], 'flat.modes.structureeditor':['templates/*.html'], 'flat.modes.viewer':['templates/*.html'], 'flat.modes.editor':['templates/*.html'], 'flat.modes.metadata':['templates/*.html'] },
install_requires=['folia >= 2.5.7','Django >= 3.0','requests', 'foliadocserve >= 0.7.7', 'mozilla-django-oidc']
install_requires=['folia >= 2.5.7','Django >= 3.0','requests', 'foliadocserve >= 0.7.8', 'mozilla-django-oidc']
)

0 comments on commit db90d2b

Please sign in to comment.