Skip to content

Commit

Permalink
Update pyproject.toml (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnabPurohit authored Oct 11, 2023
1 parent 6c4c852 commit 74c5520
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"pandas>=2.0.3, <2.1.0",
"python-multipart>=0.0.6, <0.1",
"pyyaml>=6.0.1, <6.1",
# "requests",
"requests>=2.31.0, <2.32",
"uvicorn==0.22.*",
]

Expand All @@ -37,7 +37,6 @@ local = [
"pytest-asyncio==0.21.*",
"pytest-mock==3.10.*",
"python-dotenv==1.0.*",
"requests>=2.31.0, <2.32"
]


Expand Down Expand Up @@ -76,4 +75,4 @@ exclude = '''
| venv
| tracker_dcs_web/_version.py
)/
'''
'''

0 comments on commit 74c5520

Please sign in to comment.