Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex2Pena committed Jan 21, 2021
1 parent 0bb608a commit d94695e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ Basic scaffolding and dependencies.


### Dependencies
python = "^3.8"
Django = "^3.1.5"
djangorestframework = "^3.12.2"
psycopg2-binary = "^2.8.6"
djangorestframework-simplejwt = "^4.6.0"
django-environ = "^0.4.5"
whitenoise = "^5.2.0"
gunicorn = "^20.0.4"
locationiq = "^0.0.2"
geocoder = "^1.38.1"
multidict = "^5.1.0"
Pillow = "^8.1.0"
googlemaps = "^4.4.2"
- python = "^3.8"
- Django = "^3.1.5"
- djangorestframework = "^3.12.2"
- psycopg2-binary = "^2.8.6"
- djangorestframework-simplejwt = "^4.6.0"
- django-environ = "^0.4.5"
- whitenoise = "^5.2.0"
- gunicorn = "^20.0.4"
- locationiq = "^0.0.2"
- geocoder = "^1.38.1"
- multidict = "^5.1.0"
- Pillow = "^8.1.0"
- googlemaps = "^4.4.2"

### Local Install Instructions
*for development use purposes*
Expand Down

0 comments on commit d94695e

Please sign in to comment.