feat: Added notes creation, view and deletion, added route planning, added location list with current weather and nearby locations, code improvements and fixes

This commit is contained in:
ITQ
2024-03-26 07:49:50 +03:00
parent 65719a61ef
commit 88dfe1704d
24 changed files with 1571 additions and 301 deletions
+1
View File
@@ -1,6 +1,7 @@
black
mypy
sort-requirements
types-requests==2.31
-r prod.txt
-r test.txt
+1
View File
@@ -5,4 +5,5 @@ geopy==2.4.1
psycopg2-binary==2.9.9
python-dotenv==1.0.1
redis==5.0.3
requests==2.31.0
sqlalchemy==2.0.28