Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tahamusvi committed Apr 9, 2024
1 parent 66be5af commit e7d226e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gunicorn==21.2.0
idna==3.4
inflection==0.5.1
joblib==1.3.2
jsonschema==4.18.0
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
packaging==23.2
persiantools==3.0.1
Expand All @@ -35,7 +35,7 @@ rpds-py==0.18.0
six==1.16.0
soupsieve==2.5
sqlparse==0.4.4
temsah==2.1.2
temsah==2.1.3
tqdm==4.66.1
typing-extensions==4.8.0
tzdata==2023.3
Expand Down
1 change: 1 addition & 0 deletions server/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ def get(self,request):
data = object_currency.scrape()
print(data)
return Response({ 'data': data,})
#---------------------------


0 comments on commit e7d226e

Please sign in to comment.