Skip to content

Commit 1baf902

Browse files
Python Version and virtual env setup related changes.
1 parent 924e0fa commit 1baf902

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ pytest-reportportal = "*"
1717
pytest-xdist = {extras = ["psutil"], version = "*"}
1818

1919
[requires]
20-
python_version = "3.8"
20+
python_version = "3.10"

Pipfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Each chapter has its own dedicated branch in `/example/<chapter_no>_<topic>` for
2929
You can either use your IDE or terminal to switch to that branch and see the last updated commit.
3030

3131
```zsh
32-
# Checkout the entire branch
32+
# Checkout the entire branch~~~~
3333
git checkout example/01_setup_python_dependencies
3434
# Checkout to a specific commit, here <sha> can be found using `git log` command
3535
git checkout <sha>

config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
BASE_URI = 'http://0.0.0.0:5000/api/people'
2-
COVID_TRACKER_HOST = 'http://127.0.0.1:3000'
1+
BASE_URI = 'http://127.0.0.1:5000/api/people'
2+
COVID_TRACKER_HOST = 'http://127.0.0.1:3000'

0 commit comments

Comments
 (0)