Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
-r requirements.txt

# Dev dependencies for EnSysMod
pytest~=7.0.1
pytest-cov
codecov
sphinx
sphinx-rtd-theme
sphinxcontrib-openapi
flake8
pytest==7.0.1
pytest-cov==3.0.0
codecov==2.1.12
sphinx==4.4.0
sphinx-rtd-theme==1.0.0
sphinxcontrib-openapi==0.7.0
flake8==3.9.2

MarkupSafe~=2.0.1
setuptools~=60.9.1
MarkupSafe==2.0.1
setuptools==60.9.1
mistune==0.8.4
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Requirements for EnSysMod

fastapi~=0.73.0
sqlalchemy~=1.4.31
uvicorn~=0.17.4
pydantic~=1.9.0
fastapi==0.73.0
sqlalchemy==1.4.31
uvicorn==0.17.4
pydantic==1.9.0
pydantic[dotenv]

python-jose
passlib~=1.7.4
python-multipart
bcrypt
python-jose==3.3.0
passlib==1.7.4
python-multipart==0.0.5
bcrypt==3.2.0

simplejson~=3.17.6
numpy
pandas
openpyxl
numpy==1.21.5
pandas==1.3.5
openpyxl==3.0.9

FINE~=2.2.1
FINE==2.2.1