-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Pipfile
44 lines (40 loc) · 875 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
37
38
39
40
41
42
43
44
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
python-darc = {editable = true,path = ".",extras = ["mysql"]}
autopep8 = "*"
bandit = "*"
mypy = "*"
pylint = "*"
ipython = "*"
isort = "*"
vermin = "*"
coverage = "*"
codecov = "*"
sphinx = "*"
sphinx-autodoc-typehints = "*"
esbonio = "*"
rstcheck = "*"
Flask = "*"
pydantic = {extras = ["dotenv", "email", "typing_extensions"], version = "*"}
types-redis = "*"
[packages]
beautifulsoup4 = {extras = ["html5lib"],version = "*"}
file-magic = "*"
peewee = "*"
pottery = "*"
psutil = "*"
PyMySQL = {version = "*",extras = ["rsa"]}
python-datauri = "*"
redis = {extras = ['hiredis'],version = "*"}
requests = {extras = ["socks"],version = "*"}
requests-futures = "*"
selenium = "<4"
stem = "*"
typing-extensions = "*"
[requires]
python_version = "3"
[pipenv]
allow_prereleases = true