Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [tool.poetry]
- name = "go-api"
- version = "1.1.419"
- description = ""
- license = "MIT License"
- [tool.poetry.dependencies]
- python = "^3.8"
- Django = "==3.2"
- Markdown = "==3.3.4"
- Pillow = "==9.0.1"
- PyPDF2 = "==1.26.0"
- pdf2image = "==1.16.0"
- azure-storage = "==0.36.0"
- azure-common = "==1.1.19"
- azure-nspkg = "==3.0.2"
- azure-storage-blob = "==1.5.0"
- azure-storage-common = "==1.4.0"
- azure-storage-logging = "==0.5.1"
- azure-storage-nspkg = "==3.1.0"
- beautifulsoup4 = "==4.6.3"
- boto3 = "==1.20.38"
- coreapi = "==2.3.3"
- coreschema = "==0.0.4"
- coverage = "==4.4.2"
- django-admin-autocomplete-filter = "==0.5"
- django-admin-list-filter-dropdown = "==1.0.2"
- django-cors-headers = "==3.11.0"
- django-coverage = "==1.2.4"
- django-enumfields = "==0.10.0"
- django-extensions = "==2.0.6"
- django-filter = "==2.4.0"
- django-guardian = "==1.5.1"
- django-modeltranslation = "==0.15"
- django-reversion-compare = "==0.9.0"
- django-reversion = "==3.0.5"
- django-storages = "==1.7.1"
- django-tastypie = "==0.14.3"
- django-tinymce4-lite = "==1.7.4"
- djangorestframework-csv = "==2.1.1"
- djangorestframework-guardian = "==0.1.1"
- djangorestframework = "==3.11.2"
- django-environ = "^0.8.1"
- # upgrade elasticsearch? Keep synched with init-es.sh: a new docker image (es vm) is also needed. Then manage.py index_elasticsearch!"
- elasticsearch = "==6.8.2"
- factory_boy = "==2.12.0"
- fuzzywuzzy = "==0.17.0"
- graphene-django = "^2.15.0"
- graphene = "^2.0"
- graphql-core = "^2.0"
- gunicorn = "==19.7.1"
- lxml = "==4.6.5"
- opencensus-ext-azure = "==1.0.7"
- opencensus-ext-django = "==0.7.4"
- pandas = "==1.3.5"
- "pdfminer.six" = "==20191110"
- pytidylib = "==0.3.2"
- polib = "==1.1.0"
- psycopg2 = "==2.8.6"
- pycountry = "==19.8.18"
- pydash = "==4.8.0"
- python-Levenshtein = "==0.12.1"
- python-dateutil = "==2.8.0"
- python-mimeparse = "==1.6.0"
- pytz = "==2019.1"
- requests = "==2.27.1"
- tabula-py = "==1.2.0"
- typing = "==3.6.2"
- # urllib3 = "==1.26.8"
- xmltodict = "==0.11.0"
- xhtml2pdf = "==0.2.5"
- reportlab = "==3.6.6" # XXX: Used by xhtml2pdf reportlab==3.6.7 breaks for now
- celery = { version = "==5.1.2", extras = ["redis"] }
- django-redis = "==5.0.0"
- mapbox-tilesets = "*"
- ipython = "*"
- [tool.poetry.dev-dependencies]
- pytest-profiling = "*"
- pytest-ordering = "*"
- pytest-django = "*"
- snapshottest = "==0.5.1"
- django-debug-toolbar = "==2.2.1"
- [tool.pyright]
- extraPaths = ["apps"]
- exclude = [
- "**/node_modules",
- "**/__pycache__",
- "apps/experimental",
- "apps/typestubs",
- "**/snap_test_*.py",
- ]
- reportMissingImports = true
- reportMissingTypeStubs = false
- [tool.black]
- line-length = 125
- py36 = true
- include = '\.pyi?$'
- exclude = '''
- /(
- \.git
- | \.tox
- | \.venv
- | _build
- | buck-out
- | build
- | dist
- | docs
- )/
- '''
- extend-exclude = '^.*\b(migrations)\b.*$'
- [build-system]
- requires = ["poetry-core>=1.0.0"]
- build-backend = "poetry.core.masonry.api"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement