Skip to content

Commit

Permalink
requirements.txt: pin stable requirements version numbers
Browse files Browse the repository at this point in the history
from latest pip freeze
  • Loading branch information
jeremydouglass committed Aug 10, 2018
1 parent d234677 commit 5cf45b0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bs4
flask
jsonschema
markdown
pandas
pymongo
PyYAML
tableschema_pandas
tabulator
bs4==0.0.1
Flask==1.0.2
jsonschema==2.6.0
Markdown==2.6.11
pandas==0.23.4
pymongo==3.7.1
PyYAML==3.13
tableschema-pandas==0.6.1
tabulator==1.14.2

0 comments on commit 5cf45b0

Please sign in to comment.