-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (30 loc) · 774 Bytes
/
pyproject.toml
File metadata and controls
34 lines (30 loc) · 774 Bytes
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
[tool.poetry]
name = "SmoothCrawler-AppIntegration"
version = "0.1.0"
description = "Build decentralized crawler with application integration."
authors = ["Liu, Bryant"]
license = "Apache License 2.0"
[tool.poetry.dependencies]
python = "^3.6"
smoothcrawler = "^0.2.0"
[tool.poetry.group.dev.dependencies]
kafka-python = "^2.0.2"
pika = "^1.2.1"
"stomp.py" = "^8.0.1"
openpyxl = "^2.6.1"
pytest = "^7.0.0"
pytest-cov = "^3.0.0"
pytest-html = "^3.1.1"
pytest-rerunfailures = "^10.2"
coverage = "^6.2"
codecov = "^2.1.12"
coveralls = "^3.3.1"
aiohttp = "^3.8.1"
urllib3 = "^1.26.8"
requests = "^2.27.1"
beautifulsoup4 = "^4.10.0"
mysql-connector-python = "^8.0.28"
tox = "^3.25.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"