robosats/requirements.txt
redphix 9a6d3d33a4
Add OpenAPI v3.0 Docs for API (#243)
* Add initial api docs using drf-spectacular

This commit adds the inital and basic docs using drf-spectacular.
It also adds some serializers to be used for automatically
generating response objects by drf-spectacular

* Update api docs with correct request and response objects

- TODO: /order route

* Fix typo in api docs

* Separate OpenAPI schemas into it's own file

* Update drf-spectacular and add API intro and logo

* Update API docs for GET /order

* Add api docs for POST /order route

* Update serializers.py
2022-10-02 18:02:35 +00:00

32 lines
689 B
Plaintext

django==3.2.15
django-admin-relation-links==0.2.5
django-celery-beat==2.2.1
django-celery-results==2.4.0
django-model-utils==4.2.0
django-private-chat2==1.0.2
django-redis==5.2.0
django-timezone-field==4.2.3
djangorestframework==3.13.1
channels==3.0.4
channels-redis==3.3.1
celery==5.2.3
grpcio==1.43.0
googleapis-common-protos==1.53.0
grpcio-tools==1.43.0
numpy==1.22.2
Pillow==7.0.0
python-decouple==3.5
requests==2.22.0
ring==0.9.1
git+https://github.com/Reckless-Satoshi/Robohash.git
scipy==1.8.0
gunicorn==20.1.0
psycopg2==2.9.3
SQLAlchemy==1.4.31
django-import-export==2.7.1
requests[socks]
python-gnupg==0.4.9
daphne==3.0.2
drf-spectacular==0.24.0
drf-spectacular-sidecar==2022.9.1