1
0
Fork 0
satnogs-db/setup.cfg

86 lines
2.1 KiB
INI
Raw Normal View History

[metadata]
name = satnogs-db
url = https://gitlab.com/librespacefoundation/satnogs/satnogs-db
author = SatNOGS project
author_email = dev@satnogs.org
license = AGPLv3
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
Framework :: Django
Intended Audience :: Telecommunications Industry
Intended Audience :: Science/Research
License :: OSI Approved :: GNU Affero General Public License v3
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2.7
Topic :: Communications :: Ham Radio
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
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
python-dotenv~=0.6.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
social-auth-app-django~=1.2.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
satellitetle~=0.5.0
# Unsorted
influxdb~=5.2.0
pytool~=3.10.0
satnogsdecoders~=0.0
simplejson~=3.16.0
python_dateutil~=2.7.0
sentry-sdk~=0.6.0
2015-04-22 05:05:30 -06:00
[flake8]
max-complexity = 23
max-line-length = 99
ignore = F403
exclude = *migrations/*,docs,*decoders/*
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.
[versioneer]
VCS = git
style = pep440
versionfile_source = db/_version.py
versionfile_build = db/_version.py
tag_prefix =
parentdir_prefix =