Skip to content

Commit 0c2b8fd

Browse files
authored
Merge pull request #66 from dasmy/dev/markdown_table
support markdown tables in output
2 parents ec7d098 + afd71e8 commit 0c2b8fd

File tree

4 files changed

+320
-3
lines changed

4 files changed

+320
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In order to make basic dependencies available it's recommended to run the follow
2222
in the Python environment that is used in the shell where you run `gptcode`:
2323

2424
```sh
25-
pip install "numpy>=1.24,<1.25" "dateparser>=1.1,<1.2" "pandas>=1.5,<1.6" "geopandas>=0.13,<0.14" "PyPDF2>=3.0,<3.1" "pdfminer>=20191125,<20191200" "pdfplumber>=0.9,<0.10" "matplotlib>=3.7,<3.8"
25+
pip install "numpy>=1.24,<1.25" "dateparser>=1.1,<1.2" "pandas>=1.5,<1.6" "geopandas>=0.13,<0.14" "tabulate>=0.9.0<1.0" "PyPDF2>=3.0,<3.1" "pdfminer>=20191125,<20191200" "pdfplumber>=0.9,<0.10" "matplotlib>=3.7,<3.8"
2626
```
2727

2828
## User interface

frontend/package-lock.json

Lines changed: 312 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"react-markdown": "^8.0.7",
2020
"react-syntax-highlighter": "^15.5.0",
2121
"react-textarea-autosize": "^8.4.1",
22+
"remark-gfm": "^3.0.1",
2223
"usehooks-ts": "^2.9.1"
2324
},
2425
"devDependencies": {

0 commit comments

Comments
 (0)