forked from juniorguru/junior.guru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
61 lines (57 loc) · 1.19 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[tool.poetry]
name = "juniorguru"
version = "0.0.0"
description = "Learn to code and get your first job in tech 🐣"
authors = ["Honza Javorek <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://junior.guru/"
repository = "https://github.com/honzajavorek/junior.guru/"
[tool.poetry.dependencies]
python = "3.8.*"
jinja2 = "*"
gspread = "*"
oauth2client = "*"
arrow = "*"
markdown = "*"
flask = "*"
frozen-flask = "*"
pillow = "*"
peewee = "*"
strictyaml = "*"
scrapy = "*"
langdetect = "*"
w3lib = "*"
lxml = "*"
cssselect = "*"
pync = "*"
google-api-python-client = "*"
python-dateutil = "*"
requests = "*"
czech-sort = "*"
itemloaders = "*"
fiobank = "*"
emoji = "*"
favicon = "*"
feedparser = "*"
extruct = "*"
"discord.py" = "*"
gql = {extras = ["requests"], version = "*"}
mkdocs = "*"
scikit-learn = "*"
pandas = "*"
piexif = "*"
markupsafe = "*"
mkdocs-simple-hooks = "*"
[tool.poetry.dev-dependencies]
pytest = "*"
cssselect = "*"
pync = "*"
flake8 = "*"
[tool.pytest.ini_options]
python_files = "test_*.py *_test.py test.py"
testpaths = "."
addopts = "--ff --ignore=node_modules"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"