Update .readthedocs.yml and remove requirements.txt

pull/126/merge
Vinayak Mehta 2020-08-04 04:37:37 +05:30
parent 9a5c4b6865
commit 7ab5db39d0
No known key found for this signature in database
GPG Key ID: 2170CDB940114C1D
4 changed files with 4 additions and 33 deletions

View File

@ -1,12 +0,0 @@
version = 1
exclude_patterns = [
"camelot/ext/**"
]
[[analyzers]]
name = "python"
enabled = true
[analyzers.meta]
runtime_version = "3.x.x"

View File

@ -1,10 +0,0 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
charset = utf-8
indent_style = space
indent_size = 4

View File

@ -21,4 +21,7 @@ formats:
python: python:
version: 3.8 version: 3.8
install: install:
- requirements: requirements.txt - method: pip
path: .
extra_requirements:
- dev

View File

@ -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