forked from mordax7/flathunter
-
Notifications
You must be signed in to change notification settings - Fork 187
/
Copy pathPipfile
43 lines (40 loc) · 883 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
PyYAML = "*"
requests = "==2.32.3"
urllib3 = "==2.2.3"
lxml = "*"
coverage = "*"
requests-mock = "*"
Flask = ">=3"
werkzeug = ">=3"
firebase-admin = "6.5.0"
mock-firestore = "*"
pytest-mock = "*"
pytest = "*"
pylint = "==3.3.2"
requests-random-user-agent = "*"
jsonpath-ng = "*"
backoff = "*"
pytz = "*"
beautifulsoup4 = "*"
webdriver-manager = "*"
apprise = "==1.9.0"
python-dotenv = "*"
undetected-chromedriver = "*"
prompt-toolkit = "*"
"ruamel.yaml" = "*"
pyright = "==1.1.390"
types-beautifulsoup4 = "==4.12.0.20241020"
selenium = "==4.27.1"
gunicorn = "23.0.0"
flask-api = {editable = true, ref = "develop", git = "git+https://github.com/flask-api/flask-api.git"}
setuptools = "==75.6.0"
certifi = "==2024.12.14"
[dev-packages]
exceptiongroup = "*"
[requires]
python_version = "3"