netbox/requirements.txt
Dave Cameron b83de7eb11 Use drf_yasg to generate swagger
drf_yasg provides more complete swagger output, allowing for generation
of usable clients.

Some custom work was needed to accommodate Netbox's custom field
serializers, and to provide x-nullable attributes where appropriate.
2018-03-15 17:07:58 -04:00

21 lines
392 B
Plaintext

Django>=1.11,<2.0
django-cors-headers>=2.1.0
django-debug-toolbar>=1.9.0
django-filter>=1.1.0
django-mptt>=0.9.0
django-tables2>=1.19.0
django-timezone-field>=2.0
djangorestframework>=3.7.7
drf-yasg>=1.4.4
graphviz>=0.8.2
Markdown>=2.6.11
natsort>=5.2.0
ncclient==0.5.3
netaddr==0.7.18
paramiko>=2.4.0
Pillow>=5.0.0
psycopg2-binary>=2.7.4
py-gfm>=0.1.3
pycryptodome>=3.4.11
xmltodict>=0.11.0