Skip to content

Commit

Permalink
Merge pull request #39 from dudil/38-is-python-37-38-supported
Browse files Browse the repository at this point in the history
Update readme with correct min version
  • Loading branch information
dudil authored May 23, 2024
2 parents f6d52af + f2e0399 commit 38744e9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ pip install "fastapi_msal"
```
Or if you wish to have all the required packages straight forward
```shell
pipenv install "fastapi_msal[full]"
pip install "fastapi_msal[full]"
```

## Prerequisets
1. Python 3.7 and above
1. Python 3.9 and above
2. As part of your fastapi application the following packages should be included:
(if you use the **[full]** method it is not required.)
1. [python-multipart](https://andrew-d.github.io/python-multipart/),
Expand Down Expand Up @@ -111,8 +111,3 @@ If you wish to try out a working example, clone the following project and adjust
[https://github.com/dudil/ms-identity-python-webapp](https://github.com/dudil/ms-identity-python-webapp)

**NB!** Make sure you are using the *fastapi_msal* branch!!!

## TODO List
- [ ] Add support for local/redis session cache
- [ ] Add Tests
- [ ] Proper Documentation

0 comments on commit 38744e9

Please sign in to comment.