Skip to content

Commit

Permalink
Merge pull request chineseocr#41 from zergmk2/bugfix/missing_requirement
Browse files Browse the repository at this point in the history
[Bugfix]: add missing requirement.txt for creating the docker image.
  • Loading branch information
wenlihaoyu authored Sep 6, 2018
2 parents be7d939 + 0af5bcd commit ee1e90d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
scipy
numpy
jupyter
ipython
easydict
opencv-contrib-python
Cython
pillow
h5py
lmdb
mahotas
pandas
requests
web.py==0.40.dev0
pika
pymongo
matplotlib

0 comments on commit ee1e90d

Please sign in to comment.