Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 5bb0656

Browse files
committed
add unflatten dep
1 parent 8c47fbd commit 5bb0656

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ mimerender @ git+https://github.com/tschaume/mimerender@mpcontribs#egg=mimerende
44
python-dateutil==2.8.1
55
Flask==1.1.2
66
pymongo==3.10.1
7+
unflatten==0.1

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
'Flask-MongoEngine',
3232
'mimerender @ git+https://github.com/tschaume/mimerender@mpcontribs#egg=mimerender',
3333
'nose',
34-
'python-dateutil'
34+
'python-dateutil',
35+
'unflatten'
3536
],
3637
classifiers=[
3738
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)