Skip to content

Commit

Permalink
feat: allow running review app to validate PR from external contribution
Browse files Browse the repository at this point in the history
* configure buildpack to build poetry application
  • Loading branch information
FabienArcellier committed Feb 19, 2024
1 parent 23076e8 commit 16f780d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: streamsync edit apps/hello
26 changes: 26 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
annotated-types==0.6.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
anyio==4.2.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
click==8.1.7 ; python_full_version >= "3.9.2" and python_version < "4.0"
colorama==0.4.6 ; python_full_version >= "3.9.2" and python_version < "4.0" and platform_system == "Windows"
exceptiongroup==1.2.0 ; python_full_version >= "3.9.2" and python_version < "3.11"
fastapi==0.109.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
h11==0.14.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
idna==3.6 ; python_full_version >= "3.9.2" and python_version < "4.0"
numpy==1.26.4 ; python_full_version >= "3.9.2" and python_version < "4.0"
packaging==23.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
pandas==2.2.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
plotly==5.18.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyarrow==15.0.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
pydantic-core==2.16.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
pydantic==2.6.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
python-dateutil==2.8.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
pytz==2024.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
six==1.16.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
sniffio==1.3.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
starlette==0.36.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
tenacity==8.2.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
typing-extensions==4.9.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
tzdata==2023.4 ; python_full_version >= "3.9.2" and python_version < "4.0"
uvicorn==0.27.0.post1 ; python_full_version >= "3.9.2" and python_version < "4.0"
watchdog==3.0.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
websockets==12.0 ; python_full_version >= "3.9.2" and python_version < "4.0"

0 comments on commit 16f780d

Please sign in to comment.