Skip to content

Commit

Permalink
Update project requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainOfHacks committed Sep 12, 2023
1 parent 9c3922a commit f0d8ebd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
20 changes: 10 additions & 10 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Development libraries
coverage~=6.3.1
pytest~=7.0.0
pytest-bdd~=5.0.0
pytest-cov~=3.0.0
pytest-subtests~=0.6.0
tox~=3.24.5
allure-pytest-bdd~=2.13.2
coverage~=7.3.1
mongomock~=4.1.2
pycurl~=7.45.2
pytest~=7.4.2
pytest-bdd~=6.1.1
pytest-cov~=4.1.0
pytest-subtests~=0.11.0
tox~=4.11.3
tox-pytest-summary~=0.1.2
mongomock==4.1.2
uvicorn[standard]
allure-pytest-bdd==2.10.0
pycurl~=7.45.2
uvicorn[standard]~=0.23.2
50 changes: 25 additions & 25 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# Project dependecies
pydantic~=1.9.0
requests~=2.28.2
deepdiff~=5.7.0
jinja2~=3.1.2
python-dotenv~=0.19.2
pymongo~=4.0.1
apache-airflow~=2.5.1
hvac==0.11.2
SPARQLWrapper==1.8.5
pandas==1.5.2
click~=8.1.0
openpyxl==3.0.9
colorama~=0.4
fastapi~=0.77
python-dateutil~=2.8.2
rdflib~=6.1.1
pyshacl~=0.19.0
agraph-python==101.0.10
agraph-python~=102.0.0
apache-airflow~=2.7.1
certifi~=2023.7.22
click~=8.1.7
colorama~=0.4.6
decorator~=5.1.1
urllib3[secure]
semantic-version==2.10.0
paramiko~=3.0.0
ordered-set~=4.0.2
deepdiff~=6.5.0
fastapi~=0.103.0
hvac~=1.2.1
jinja2~=3.1.2
json2html~=1.3.0
minio~=7.1.1
certifi~=2022.12.7
shortuuid~=1.0.11
minio~=7.1.16
openpyxl~=3.1.2
ordered-set~=4.1.0
paramiko~=3.3.1
pandas~=2.0.3
pydantic~=2.3.0
pymongo~=4.5.0
pyshacl~=0.23.0
python-dateutil~=2.8.2
python-dotenv~=1.0.0
rdflib~=6.3.2
requests~=2.31.0
semantic-version~=2.10.0
shortuuid~=1.0.11
SPARQLWrapper~=2.0.0
urllib3[secure]~=1.26.16

0 comments on commit f0d8ebd

Please sign in to comment.