Skip to content

Commit 1adfce7

Browse files
committed
Remove GHA and update README.md
1 parent f76759e commit 1adfce7

File tree

4 files changed

+8
-54
lines changed

4 files changed

+8
-54
lines changed

.github/workflows/python-publish.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
.idea
2-
venv
3-
__pycache__/
41
.env
2+
venv
3+
.idea
54
dist/
5+
.DS_Store
6+
__pycache__/
67
FastAPIAuthenticator.egg-info/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Python module to add username and password authentication to specific FastAPI ro
1111
## Installation
1212

1313
```bash
14-
pip install FastAPIAuthenticator
14+
pip install https://github.com/thevickypedia/FastAPIAuthenticator.git
1515
```
1616

1717
## Usage
1818

1919
```python
2020
import fastapiauthenticator
2121

22-
from fastapi import FastAPI, Depends
22+
from fastapi import FastAPI
2323

2424
app = FastAPI()
2525

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pre-commit==4.2.*
2+
uvicorn==0.34.*

0 commit comments

Comments
 (0)