-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
46 lines (38 loc) · 1.26 KB
/
pyproject.toml
File metadata and controls
46 lines (38 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[tool.poetry]
name = "shipchain-common"
version = "1.0.29"
description = "A PyPI package containing shared code for ShipChain's Python/Django projects."
license = "Apache-2.0"
authors = [
"Adam Hodges <ahodges@shipchain.io>",
"Clovis Djiometsa <cngnitewe@shipchain.io>",
"James Neyer <jneyer@shipchain.io>"
]
readme = 'README.md' # Markdown files are supported
repository = "https://github.com/ShipChain/python-common"
homepage = "https://github.com/ShipChain/python-common"
keywords = ['shipchain', 'transmission']
[tool.poetry.dependencies]
python = ">=3.6,<3.8" # Compatible python versions must be declared here
aws-requests-auth = "~0.4"
boto3 = "~1.9"
cryptography = "~2.5"
django = ">=2.2"
django-enumfields = ">=0.10.0"
django-influxdb-tagged-metrics = '^1.3.3'
djangorestframework = "~3"
djangorestframework-jsonapi = "~3"
drf-nested-routers = "^0.91.0"
python-dateutil = "~2.7.5"
requests = "^2.21"
[tool.poetry.dev-dependencies]
bandit = "^1.5"
coverage = "~4.5.1"
djangorestframework-simplejwt = {git = "git://github.com/davesque/django-rest-framework-simplejwt.git", rev = "04a4f7f2e045ac4a49542b7e98350e66431adcf5"}
prospector = "~1.1.6.2"
pytest = "^3.0"
pytest-cov = "^2.6"
pytest-django = "^3.6"
pytest-mock = "^1.10"
responses = "~0.12"
safety = "^1.8"