diff --git a/setup.cfg b/setup.cfg index 99b3366..843eb68 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,46 @@ description = SatNOGS DB [options] packages = find: include_package_data = True +install_requires = + # Basic + Django~=1.11.0 + django-shortuuidfield~=0.1.0 + django-jsonfield~=1.0.0 + celery~=4.1.0 + # Deployment + mysqlclient~=1.3.0 + gunicorn~=19.7.0 + # Cache + redis~=2.10.0 + django-redis-cache~=1.7.0 + # Configuration + python-decouple~=3.1.0 + dj-database-url~=0.5.0 + pytz + Unipath~=1.0 + # Security + django-braces~=1.12.0 + django-secure~=1.0.1 + django_csp~=3.4.0 + # Users + django-allauth~=0.35.0 + django-avatar~=4.1.0 + django-crispy-forms~=1.7.0 + # Static + django_compressor~=2.2.0 + Pillow~=5.0.0 + # API + djangorestframework~=3.7.0 + Markdown~=2.6.0 + django-filter~=1.1.0 + # Astronomy + orbit@git+https://gitlab.com/librespacefoundation/orbit.git@db463c2d261365485c157f2c86233aaf44e577a2 + # Unsorted + influxdb~=5.2.0 + pytool~=3.10.0 + simplejson~=3.16.0 + kaitaistruct~=0.8.0 + python_dateutil~=2.7.0 [flake8] max-complexity = 23