Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Geocoder Python

### Requirements

install the dependencies using the command bellow:

pip install -r requirements.txt

### Usage

You will need to create an application in Auth0 or use an existing one.
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
requests==2.31.0
pydantic==1.10.11
google-i18n-address==3.1.0
python-dotenv==1.0.0