Skip to content

Commit

Permalink
dependency version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jul 8, 2021
1 parent 0daa5fc commit d6ae252
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flat/comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import requests
from flat import VERSION

REQUIREFOLIADOCSERVE = '0.7.4'
REQUIREFOLIADOCSERVE = '0.7.6'

def checkversion(version):
"""Checks foliadocserve version, returns 1 if the document is newer than the library, -1 if it is older, 0 if it is equal"""
Expand Down
4 changes: 2 additions & 2 deletions requires.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
folia >= 2.4.0
foliadocserve >= 0.7.4
folia >= 2.5.4
foliadocserve >= 0.7.6
Django>=1.8.13
requests
mozilla_django_oidc
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.4.0','Django >= 1.8','requests', 'foliadocserve >= 0.7.4', 'mozilla-django-oidc']
install_requires=['folia >= 2.5.4','Django >= 1.8','requests', 'foliadocserve >= 0.7.6', 'mozilla-django-oidc']
)

0 comments on commit d6ae252

Please sign in to comment.