forked from sugaroidbot/sugaroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
36 lines (32 loc) · 773 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
spacy = "*"
colorama = "*"
emoji = "*"
nltk = "*"
en-core-web-sm = {file = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz"}
chatterbot = {git = "https://github.com/sugaroidbot/ChatterBot"}
swaglyrics = "*"
wikipedia-api = "*"
"akinator.py" = "*"
pyjokes = "*"
mediawikiapi = "*"
currencyconverter = "*"
newsapi-python = "*"
python-dotenv = "*"
pyinflect = "*"
pint = "*"
[dev-packages]
sphinx = "*"
sphinx-rtd-theme = "*"
mock = "*"
[requires]
python_version = "3.9"
[scripts]
sugaroid = "python3 -m sugaroid"
sugaroid-debug = "SUGAROID_DEBUG=true python3 -m sugaroid"
docs = "make -C docs html"
lint = "black sugaroid"