-
Notifications
You must be signed in to change notification settings - Fork 9
/
pyproject.toml
43 lines (40 loc) · 1.09 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
[tool.poetry]
name = "fit"
version = "v.2.0.1"
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 <[email protected]>"]
license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.11"
ntplib = "^0.4.0"
numpy = "^1.24.1"
SQLAlchemy = "^2.0.0"
pillow = "^9.4.0"
python-whois = "^0.8.0"
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 = "2024.7.9"
youtube-comment-downloader = "^0.1.68"
mitmproxy = "^10.1.5"
lxml = "^4.9.3"
windows-tools-users = {version = "^1.3.0", markers = "sys_platform == 'win32'"}
ffmpeg-downloader = "^0.3.0"
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"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"