Skip to content

Commit

Permalink
Adding pyproject.toml from ImplementMission branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroesLament committed Jul 26, 2023
1 parent 4bf66fd commit 61cc8d6
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 2 deletions.
69 changes: 69 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
[tool.poetry]
name = "FreeTAKServer"
version = "0.2.1.1"
description = "An open source server for the TAK family of applications."
authors = ["FreeTAKTeam <[email protected]>"]
readme = "README.md"
packages = [
{include = "FreeTAKServer"}
]
include = ["FreeTAKServer/**/*.json", "FreeTAKServer/**/*.py", "FreeTAKServer/**/*.ini", "FreeTAKServer/**/*.conf"]
[tool.poetry.dependencies]
python = "^3.11"
bitarray="*"
click="8.0.4"
colorama="0.4.4"
cryptography="36.0.2"
bcrypt="3.1.7"
defusedxml="0.7.1"
dnspython="2.2.1"
eventlet="0.33.1"
Flask="1.1.2"
Flask-Cors="3.0.9"
Flask-HTTPAuth="4.2.0"
Flask-Login="0.5.0"
Flask-SocketIO="4.3.1"
Flask-SQLAlchemy="2.4.4"
geographiclib="1.52"
geopy="2.2.0"
greenlet="2.0.2"
itsdangerous="2.0.1"
testresources="2.0.1"
Jinja2="2.11.2"
lxml="*"
MarkupSafe="2.0.1"
monotonic="1.6"
pathlib2="2.3.7.post1"
protobuf="3.18.3"
psutil="5.9.4"
pykml="0.2.0"
python-engineio="3.13.2"
python-socketio="4.6.0"
PyYAML="6.0"
# ruamel.yaml="0.17.31"
six="1.16.0"
SQLAlchemy="1.3.20"
tabulate="0.8.7"
Werkzeug="2.0.3"
WTForms="2.3.3"
pyOpenSSL="22.0.0"
qrcode="7.3.1"
pillow="9.3.0"
asyncio="3.4.3"
xmltodict="*"
pyzmq="*"
digitalpy="^0.3.13.2"
opentelemetry-sdk="*"
PyJWT="*"
FreeTAKServer_UI = {version = "*", optional = true}
pytak = {version = "5.4.1", optional = true}
pytest = {version = "7.2.0", optional = true}
pytest-asyncio = {version = "0.20.1", optional = true}

[tool.poetry.extras]
ui = ["FreeTAKServer_UI"]
dev = ["pytak", "pytest", "pytest-asyncio"]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
4 changes: 2 additions & 2 deletions setup.py → setup.py.bak
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
version="2.0.21",
license="EPL-2.0",
description="An open source server for the TAK family of applications.",
long_description=long_description,
long_description_content_type="text/markdown",
#long_description=long_description,
#long_description_content_type="text/markdown",
author="FreeTAKTeam",
author_email="[email protected]",
url="https://github.com/FreeTAKTeam/FreeTakServer",
Expand Down

0 comments on commit 61cc8d6

Please sign in to comment.