Skip to content

Commit

Permalink
Fix missing django stubs in tutorial
Browse files Browse the repository at this point in the history
Summary: As titled. This was reported on #808

Reviewed By: tianhan0

Differential Revision: D51231098

fbshipit-source-id: fa8f343b20dc243610efed367ff336070644fbcc
  • Loading branch information
arthaud authored and facebook-github-bot committed Nov 12, 2023
1 parent 76fb1ff commit ab2d160
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/pysa_tutorial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ WORKDIR /pyre-check
COPY . .

RUN pip3 install psutil
RUN pip3 install pyre-check fb-sapp
RUN pip3 install pyre-check fb-sapp django-stubs
2 changes: 1 addition & 1 deletion documentation/pysa_tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ project.
python3 -m venv tutorial
source tutorial/bin/activate
pip3 install pyre-check fb-sapp
pip3 install pyre-check fb-sapp django-stubs
```

*Others* -
Expand Down
1 change: 1 addition & 0 deletions documentation/pysa_tutorial/exercise1/.pyre_configuration
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"site_package_search_strategy": "pep561",
"source_directories": [
"."
],
Expand Down
1 change: 1 addition & 0 deletions documentation/pysa_tutorial/exercise2/.pyre_configuration
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"site_package_search_strategy": "pep561",
"source_directories": [
"."
],
Expand Down
1 change: 1 addition & 0 deletions documentation/pysa_tutorial/exercise3/.pyre_configuration
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"site_package_search_strategy": "pep561",
"source_directories": [
"."
],
Expand Down
1 change: 1 addition & 0 deletions documentation/pysa_tutorial/exercise4/.pyre_configuration
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"site_package_search_strategy": "pep561",
"source_directories": [
"."
],
Expand Down
1 change: 1 addition & 0 deletions documentation/pysa_tutorial/exercise5/.pyre_configuration
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"site_package_search_strategy": "pep561",
"source_directories": [
"."
],
Expand Down

0 comments on commit ab2d160

Please sign in to comment.