-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
43 lines (39 loc) · 869 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "Bronya"
version = "2.3.0"
description = ""
package-mode = false
authors = ["Prince Kumar <neo11prince@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
alembic = "^1.3.3"
brotli = "^1.0.7"
pika = "^1.1.0"
requests = "^2.22.0"
sqlalchemy = "^1.3.13"
w3lib = "^1.21.0"
python-dotenv = "^0.10.5"
dotenv-linter = "^0.1.5"
mysqlclient = "^2.2.1"
scrapy-sentry-sdk = "^0.3.0"
furl = "^2.1.0"
scrapy = "^2.11.0"
dateparser = "^0.7.6"
paramiko = "^2.7.2"
pydantic = "^1.8.1"
pytest = "^6.2.3"
[tool.poetry.dev-dependencies]
scrapy-new = "^0.2"
black = "^19.10b0"
pylint = "^2.4.4"
pre-commit = "^2.0.1"
isort = "^4.3.21"
pika-stubs = "^0.1.3"
[tool.black]
line-length = 99
target-version = ['py38']
include = '\.pyi?$'
exclude = '/(\.eggs|\.git|\.venv|\.scrapy)/'
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"