Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Aug 10, 2021
1 parent 83ef071 commit c709ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ def read(fname):
],
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.4','Django >= 1.8','requests', 'foliadocserve >= 0.7.6', 'mozilla-django-oidc']
install_requires=['folia >= 2.5.5','Django >= 1.8','requests', 'foliadocserve >= 0.7.6', 'mozilla-django-oidc']
)

0 comments on commit c709ae4

Please sign in to comment.