Skip to content

Commit

Permalink
Chore(backend): Update required packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
onegreyonewhite committed Feb 27, 2024
1 parent e7d0618 commit 1784fef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-rrequirements.txt
-rrequirements-doc.txt
-rrequirements-rpc.txt
django~=4.2.9
django~=4.2.10
httpx>=0.26.0
typing-extensions
sphinx-intl~=2.1.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ ormsgpack~=1.4.2
pyyaml~=6.0.1

# web server
uvicorn~=0.27.0post1
uvicorn~=0.27.1
pyuwsgi==2.0.23.post0
# Restore it if some problems with pyuwsgi
# uwsgi==2.0.23
fastapi~=0.109.2
fastapi~=0.110.0
aiofiles==23.2.1

# Notifications
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'vstutils/static/bundle/.*\.js$'
],
install_requires=[
"django~=" + (os.environ.get('DJANGO_DEP', "") or "4.2.9"),
"django~=" + (os.environ.get('DJANGO_DEP', "") or "4.2.10"),
]
+ requirements
+ load_requirements('requirements-doc.txt'),
Expand All @@ -59,7 +59,7 @@
for i in requirements
if isinstance(i, str) and 'django-storages' in i
],
'sqs': requirements_rpc + ['pycurl~=7.45.2'],
'sqs': requirements_rpc + ['pycurl~=7.45.3'],
},
dependency_links=[
] + load_requirements('requirements-git.txt'),
Expand Down

0 comments on commit 1784fef

Please sign in to comment.