-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yaml
More file actions
46 lines (45 loc) · 867 Bytes
/
environment.yaml
File metadata and controls
46 lines (45 loc) · 867 Bytes
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
44
45
46
name: fileutils
channels:
- conda-forge
- defaults
dependencies:
- python>=3.11
- pip>=19.0
# Core dependencies
- pandas>=1.5.0
- pyyaml>=5.4.1
- python-dotenv>=0.19.0
- jsonschema>=3.2.0
# Optional dependencies
- azure-storage-blob>=12.0.0
- azure-identity>=1.5.0
- pyarrow>=7.0.0
- openpyxl>=3.0.9
# Document dependencies (via pip)
- pip
- pip:
- python-docx>=0.8.11
- markdown>=3.4.0
- PyMuPDF>=1.23.0
# Build tools (via pip for better Python 3.11+ compatibility)
- build>=1.0.0
- twine>=4.0.0
- wheel>=0.40.0
# Development dependencies
- black
- isort
- mypy
- flake8
- pre-commit
# Testing
- pytest>=6.0.0
- pytest-cov>=4.1.0
- pytest-asyncio>=0.21.0
- pytest-mock>=3.11.1
# Documentation
- mkdocs
- mkdocs-material
# Development
- jupyter
- ipython
- ipykernel