Skip to content

Commit

Permalink
Use the latest tinydb distribution in requirements
Browse files Browse the repository at this point in the history
Unable to install package via setuptools, e.g. `python setup.py install`
because of bad tinydb distribution (as per msiemens/tinydb#51). Small
workaround for this issue.
  • Loading branch information
vitalk committed May 8, 2015
1 parent b66d1e9 commit 1ff7d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ gnupg==2.0.2
pyperclip==1.5.9
PyYAML==3.11
tabulate==0.7.5
tinydb==2.3.1
tinydb==2.3.1.post2

0 comments on commit 1ff7d72

Please sign in to comment.