Skip to content

Commit

Permalink
Add future fstrings to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarnoRFB committed Apr 2, 2019
1 parent 7b4eb6b commit 3d85c47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
'pandas>=0.23',
'jupyterlab>=0.35',
'pymongo>=3.7',
'easydict>=1.9'
'easydict>=1.9',
'future-fstrings==1.0.0',
],
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit 3d85c47

Please sign in to comment.