Update .readthedocs.yml and remove requirements.txt
parent
9a5c4b6865
commit
7ab5db39d0
|
|
@ -1,12 +0,0 @@
|
||||||
version = 1
|
|
||||||
|
|
||||||
exclude_patterns = [
|
|
||||||
"camelot/ext/**"
|
|
||||||
]
|
|
||||||
|
|
||||||
[[analyzers]]
|
|
||||||
name = "python"
|
|
||||||
enabled = true
|
|
||||||
|
|
||||||
[analyzers.meta]
|
|
||||||
runtime_version = "3.x.x"
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
root = true
|
|
||||||
|
|
||||||
[*]
|
|
||||||
end_of_line = lf
|
|
||||||
insert_final_newline = true
|
|
||||||
|
|
||||||
[*.py]
|
|
||||||
charset = utf-8
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 4
|
|
||||||
|
|
@ -21,4 +21,7 @@ formats:
|
||||||
python:
|
python:
|
||||||
version: 3.8
|
version: 3.8
|
||||||
install:
|
install:
|
||||||
- requirements: requirements.txt
|
- method: pip
|
||||||
|
path: .
|
||||||
|
extra_requirements:
|
||||||
|
- dev
|
||||||
|
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
chardet>=3.0.4
|
|
||||||
click>=6.7
|
|
||||||
matplotlib>=2.2.3
|
|
||||||
numpy>=1.13.3
|
|
||||||
opencv-python>=3.4.2.17
|
|
||||||
openpyxl>=2.5.8
|
|
||||||
pandas>=0.23.4
|
|
||||||
pdfminer.six>=20200726
|
|
||||||
PyPDF2>=1.26.0
|
|
||||||
Sphinx>=3.1.2
|
|
||||||
Loading…
Reference in New Issue