Skip to content

Commit

Permalink
Update documentation to indicate python 3.9 as minimal required versi…
Browse files Browse the repository at this point in the history
…on for package.
  • Loading branch information
dudil committed May 23, 2024
1 parent f6d52af commit f2e0399
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 f2e0399

Please sign in to comment.