forked from flathunters/flathunter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
40 lines (37 loc) · 787 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
PyYAML = "*"
requests = "*"
urllib3 = "*"
lxml = "*"
coverage = "*"
requests-mock = "*"
Flask = ">=3"
werkzeug = ">=3"
firebase-admin = "*"
mock-firestore = "*"
pytest-mock = "*"
pytest = "*"
pylint = "*"
requests-random-user-agent = "*"
jsonpath-ng = "*"
backoff = "*"
pytz = "*"
beautifulsoup4 = "*"
webdriver-manager = "*"
apprise = "*"
python-dotenv = "*"
undetected-chromedriver = "*"
prompt-toolkit = "*"
"ruamel.yaml" = "*"
pyright = "*"
types-beautifulsoup4 = "*"
selenium = "*"
gunicorn = "21.2.0"
flask-api = {editable = true, ref = "bugfix/159/remove-werkzeug-deprecated-calls", git = "git+https://github.com/codders/flask-api.git"}
[dev-packages]
[requires]
python_version = "3"