mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-06 05:16:47 -06:00
Add Pipfile & package-lock.json
This commit is contained in:
17
Pipfile
Normal file
17
Pipfile
Normal file
@@ -0,0 +1,17 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
click = "~=7.1.2"
|
||||
enlighten = "~=1.6.2"
|
||||
requests = "~=2.24.0"
|
||||
bs4 = "~=0.0.1"
|
||||
beautifulsoup4 = "~=4.9.1"
|
||||
Flask = "~=1.1.2"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.8"
|
||||
Reference in New Issue
Block a user