Skip to content

Commit

Permalink
Merge branch 'master' of github.com:solidsgroup/simba
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrunnels committed Aug 29, 2024
2 parents acc06e8 + eb0dec8 commit 5747fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
packages=["simba"],
include_package_data=True,
install_requires=["Flask>=0.2","Frozen-Flask","Flask-Markdown","terminaltables","pysqlite3"],
install_requires=["Flask>=0.2","Frozen-Flask","Flask-Markdown","terminaltables"],
python_requires='>3.6',
scripts=['bin/simba']
#entry_points={
Expand Down
2 changes: 1 addition & 1 deletion simba/templates/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h3 class="pull-left">Simulation Information </h3>
<td> {{ columns[i] }}</td>
<td>
<div width="100%">
{{data[columns[i]] | string}}
{{data[columns[i]] | string }}
<button type="button" class="btn btn-primary pull-right btn-xs" data-toggle="collapse" data-target="#form-description">Edit Description</button>
</div>
<br/>
Expand Down

0 comments on commit 5747fb7

Please sign in to comment.