forked from magicsword-io/LOLDrivers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (33 loc) · 736 Bytes
/
pyproject.toml
File metadata and controls
36 lines (33 loc) · 736 Bytes
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
[tool.poetry]
name = "loldrivers"
version = "0.1.0"
description = "loldrivers data generator"
authors = ["info@magicsword.io"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
PyYAML = "^6.0"
pandas = "^2.1.3"
Jinja2 = "^3.1.2"
stix2 = "^3.0.1"
colorama = ">=0.3.9"
future = ">=0.16.0"
requests = ">=2.31.0"
configparser = ">=3.5.0"
pymisp = ">=2.4.123"
flask = ">=1.0"
flask-caching = "^2.0.2"
cfscrape = "^2.1.1"
pyzipper = "^0.3.6"
dnspython = "^2.3.0"
ipy = "^1.1"
valhallaapi = "^0.6.0"
lief = "^0.13.0"
pefile = "^2023.2.7"
shortuuid = "^1.0.11"
plyara = "^2.1.1"
cryptography = "^41.0.3"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"