-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
executable file
·56 lines (53 loc) · 1.56 KB
/
pyproject.toml
File metadata and controls
executable file
·56 lines (53 loc) · 1.56 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
47
48
49
50
51
52
53
54
55
56
[tool.poetry]
name = "ml_recruiters"
version = "0.1.0"
description = "Every person needs help from other professionals be it electricians, plumbers, mechanics or any other. This project is a quick and easy way for people(recruiters) to connect with skilled people who think are a good fit and hire them"
authors = ["Strategy-Tap PLC <StrategyTap@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "3.8.3"
argon2-cffi = "^20.1"
confusable_homoglyphs = "^3.2"
dj-database-url = "^0.5"
django = "^3.0"
djangorestframework = "^3.11"
django-axes = "^5.3"
django-cors-headers = "^3.2"
django-filter = "^2.2"
django-import-export = "^2.1"
django-storages = {extras = ["dropbox"], version = "^1.9"}
drf-yasg = "^1.17"
gunicorn = "^20.0"
Pillow = "^7.1"
psycopg2-binary = "^2.8"
python-decouple = "^3.3"
pwned-passwords-django = "^1.4"
whitenoise = {extras = ["brotli"], version = "^5.0"}
loguru = "^0.4.1"
drf-typed-views = "^0.2.1"
pydantic = "^1.5"
dj-rest-auth = {extras = ["with_social"], version = "^1.0"}
djangorestframework-simplejwt = "^4.4.0"
django-simple-history = "^2.10.0"
[tool.poetry.dev-dependencies]
bandit = "^1.6"
black = "^19.10b0"
coverage = "^5.0"
django-coverage-plugin = "^1.8"
django-debug-toolbar = "^2.2"
factory-boy = "^2.12"
hypothesis = {extras = ["django"], version = "^5.10"}
isort = "^4.3"
mypy = "^0.770"
mkdocs = "^1.1"
mkdocs-material = "^5"
pre-commit = "^2.3"
pytest = "^5.4"
pytest-cov = "^2.8"
pytest-django = "^3.9"
pytest-sugar = "^0.9"
radon = "^4.1"
safety = "^1.9"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"