Initial commit
This commit is contained in:
22
omop/requirements.txt
Normal file
22
omop/requirements.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
# Core dependencies
|
||||
psycopg2-binary>=2.9.9
|
||||
SQLAlchemy>=2.0.23
|
||||
pydantic>=2.5.0
|
||||
PyYAML>=6.0.1
|
||||
python-dotenv>=1.0.0
|
||||
click>=8.1.7
|
||||
tqdm>=4.66.1
|
||||
pandas>=2.1.4
|
||||
numpy>=1.26.2
|
||||
tenacity>=8.2.3
|
||||
|
||||
# Development dependencies
|
||||
pytest>=7.4.3
|
||||
pytest-cov>=4.1.0
|
||||
pytest-asyncio>=0.21.1
|
||||
hypothesis>=6.92.1
|
||||
black>=23.12.0
|
||||
flake8>=6.1.0
|
||||
mypy>=1.7.1
|
||||
isort>=5.13.2
|
||||
faker>=21.0.0
|
||||
Reference in New Issue
Block a user