-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpyproject.toml
More file actions
52 lines (49 loc) · 826 Bytes
/
pyproject.toml
File metadata and controls
52 lines (49 loc) · 826 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[tool.poetry]
name = "third_party"
version = "0.1.0"
description = ""
authors = ["Florian Dahlitz <f2dahlitz@freenet.de>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.6"
folium = "*"
pandas = "*"
imageio = "*"
numpy = "*"
scipy = "*"
matplotlib = "*"
animatplot = "*"
asyncio = "*"
boxx = "*"
click = "*"
termcolor = "*"
python-nmap = "*"
pyinquirer = "*"
pyfiglet = "*"
clint = "*"
docopt = "*"
tqdm = "*"
opencv-python = "*"
aiohttp = "*"
gevent = "*"
tornado = "*"
beautifulsoup4 = "*"
holidays = "*"
selenium = "*"
docker = "*"
progressbar = "*"
rope = "*"
mypy = "*"
prettytable = "*"
fs = "*"
pytest = "*"
requests = "*"
xlrd = "*"
pysnooper = "*"
cooked-input = "*"
textblob = "*"
blist = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"