Skip to content

Commit

Permalink
add drf yasg and nested routers to install_requires (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Dimas Ciputra <[email protected]>
  • Loading branch information
danangmassandy and dimasciput authored Feb 14, 2025
1 parent 4e8c483 commit 090ddb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
'django-cors-headers==4.3.1',
'GeoAlchemy2 >= 0.15.1',
'geopandas >= 0.13.2',
'drf-yasg == 1.21.7',
'drf-nested-routers == 0.93.5',
'fiona==1.10.1'
],
)

0 comments on commit 090ddb1

Please sign in to comment.