-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
34 lines (30 loc) · 997 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
[tool.poetry]
name = "reemployct-data-entry"
version = "2.1.2"
description = "Automated entry of job application data into Connecticut's DOL ReEmployCT portal."
authors = ["Ariff Jeff <ariffjeff@icloud.com>"]
readme = "README.md"
packages = [{include = "reemployct_data_entry"}]
license = "AGPL-3.0-only"
repository = "https://github.com/ariffjeff/ReEmployCT-Data-Entry"
keywords = ["unemployment", "benefits"]
[tool.poetry.dependencies]
python = "^3.10.10"
colorama = "^0.4.6"
pandas = "^2.2.3"
selenium = "^4.8.2"
cryptography = "^39.0.2"
openpyxl = "^3.1.1"
usaddress = "^0.5.10"
pwinput = "^1.0.2"
requests = "^2.28.2"
packaging = "^23.0"
[tool.poetry.group.dev.dependencies]
autopep8 = "*"
pytest = "^7.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry_bumpversion.file."reemployct_data_entry/__init__.py"]
[tool.poetry.scripts]
jobentry = "reemployct_data_entry.entry:main" # 'jobentry': A quick global CLI command to run this program