mirror of
https://github.com/aydwi/chaos.git
synced 2025-12-16 19:05:38 -06:00
23 lines
441 B
TOML
23 lines
441 B
TOML
[tool.poetry]
|
|
name = "chaos"
|
|
version = "0.1.0"
|
|
description = "Turn copied code into a chaotic mess"
|
|
authors = ["Ayush Dwivedi"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.6"
|
|
pyqt5 = "^5.11"
|
|
cerberus = "^1.2"
|
|
beautifulsoup4 = "^4.6"
|
|
pyinstaller = "^3.4"
|
|
python-daemon = "^2.2"
|
|
pyqt5-sip = "^4.19"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^3.0"
|
|
black = "=18.9b0"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|