-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
52 lines (49 loc) · 1.1 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
[tool.poetry]
name = "Elija"
version = "0.1.0"
description = "https://github.com/hpi-sam/ask-your-repository-api"
authors = ["Jascha Beste <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.7"
Flask = "==1.0.2"
elasticsearch = "==6.3.1"
python-dotenv = "*"
gunicorn = "*"
flask-cors = "*"
webargs = "*"
flask-socketio = "*"
eventlet = "*"
requests = "*"
textblob = "*"
nltk = "*"
shovel = "*"
neomodel = "==3.2.9" # version 3.3.0 is broken with flask!
flask-jwt-extended = "^3.17"
flask-bcrypt = "^0.7.1"
flask-apispec = "^0.8.0"
google-auth = "^1.6"
google-auth-oauthlib = "^0.2.0"
google-auth-httplib2 = "^0.0.3"
Pillow = "*"
responses = "^0.10.6"
google-api-python-client = "^1.7"
flask-mail = "^0.9.1"
flake8-print = "^3.1"
black = {version = "^18.3-alpha.0",allows-prereleases = true}
pre-commit = "^1.15"
python-magic = "^0.4.15"
apscheduler = "^3.6"
[tool.poetry.dev-dependencies]
coverage = "*"
python-coveralls = "*"
mamba = "*"
expects = "*"
doublex = "*"
doublex-expects = "*"
pep8 = "*"
autopep8 = "*"
rope = "*"
PyHamcrest = "*"
[tool.black]
line-length = 120
target-version = ['py37']