-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpyproject.toml
46 lines (42 loc) · 1.11 KB
/
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
44
45
46
[tool.poetry]
name = "fit"
version = "2.2.0"
description = "FIT is a Python3 application for forensic acquisition of contents like web pages, emails, social media, etc. directly from the internet."
authors = ["Fit Project <info@fit-project.org>"]
license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = ">=3.11,<3.14"
ntplib = "^0.4.0"
numpy = "^1.24.1"
SQLAlchemy = "^2.0.0"
pillow = "^9.4.0"
python-whois = "^0.9.5"
xhtml2pdf = "^0.2.9"
PyPDF2 = "^3.0.1"
nslookup = "^1.7.0"
scapy = "^2.5.0"
instaloader = "^4.9.6"
pyzmail36 = "^1.0.5"
rfc3161ng = "^2.1.3"
brotlipy = "^0.7.0"
bs4 = "^0.0.1"
yt-dlp = "^2025.2.19"
youtube-comment-downloader = "^0.1.68"
mitmproxy = "^10.1.5"
lxml = "^4.9.3"
moviepy = "^1.0.3"
psutil = "^6.0.0"
pyqt6 = "6.7.1"
pyqt6-sip = "13.8.0"
pyqt6-qt6 = "6.7.2"
pyqt6-webengine = "6.7.0"
pyqt6-webengine-qt6 = "6.7.1"
pyqt6-webenginesubwheel-qt6 = "6.7.1"
packaging = "^24.2"
pyinstaller = "^6.12.0"
[poetry.group.dev.dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
#[tool.poetry.scripts]
#post-install = "poetry_plugin.post_install:post_install"