Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yong Sheng Tan committed Feb 10, 2024
1 parent 8dbefc2 commit 3b69e2e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Scraping housing data from [mudah.my](https://www.mudah.my/) on an hourly basis.
1. roomsos.com

## Documentation link:
- tan-yong-sheng.github.io/gh-actions-scraping-my-houses/
- [https://tan-yong-sheng.github.io/gh-actions-scraping-my-houses/](https://tan-yong-sheng.github.io/gh-actions-scraping-my-houses/)

## [In heavy development] Where I host the FASTAPI website for this project:
- https://huggingface.co/spaces/tan-yong-sheng/gh-actions-scraping-MY-houses
- [https://huggingface.co/spaces/tan-yong-sheng/gh-actions-scraping-MY-houses](https://huggingface.co/spaces/tan-yong-sheng/gh-actions-scraping-MY-houses)

Other endpoint:
- Homepage: https://tan-yong-sheng-gh-actions-scraping-my-houses.hf.space
- Hello page: https://tan-yong-sheng-gh-actions-scraping-my-houses.hf.space/hello/
- Homepage: [https://tan-yong-sheng-gh-actions-scraping-my-houses.hf.space](https://tan-yong-sheng-gh-actions-scraping-my-houses.hf.space)
- Hello page: [https://tan-yong-sheng-gh-actions-scraping-my-houses.hf.space/hello/](https://tan-yong-sheng-gh-actions-scraping-my-houses.hf.space/hello/)
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ sphinx-autobuild = "^2024.2.4"
fastapi = "^0.109.2"
uvicorn = "^0.27.1"
pydantic = "^2.6.1"
jinja2 = "^3.1.3"


[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ nbsphinx==0.9.3
rst-to-myst[sphinx]==0.4.0
sphinx_autobuild==2024.2.4
furo==2024.1.29
pandoc==2.3
pandoc==2.3 # usually need to install via conda (or `sudo apt install pandoc` if you're in linux environment)

0 comments on commit 3b69e2e

Please sign in to comment.