mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
dependency fix (#697)
* add dependency bound (markupsafe<2.1.0) * bump to 2.6.5
This commit is contained in:
parent
0f05dbde55
commit
42445562da
@ -1,3 +1,9 @@
|
||||
pywb 2.6.5 changelist
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* fix build: add 'markupsafe<2.1.0' to requirements
|
||||
|
||||
|
||||
pywb 2.6.4 changelist
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
__version__ = '2.6.4'
|
||||
__version__ = '2.6.5'
|
||||
|
||||
if __name__ == '__main__':
|
||||
print(__version__)
|
||||
|
@ -15,3 +15,4 @@ wsgiprox>=1.5.1
|
||||
fakeredis<1.0
|
||||
tldextract
|
||||
python-dateutil
|
||||
markupsafe<2.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user