File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ developer = [
5555]
5656instrument-server = [
5757 " aiohttp" ,
58- " fastapi[standard]< 0.116.0" ,
58+ " fastapi[standard-no-fastapi-cloud-cli]>= 0.116.0" ,
5959 " python-jose" ,
6060]
6161server = [
6262 " aiohttp" ,
6363 " cryptography" ,
64- " fastapi[standard]< 0.116.0" ,
64+ " fastapi[standard-no-fastapi-cloud-cli]>= 0.116.0" ,
6565 " graypy" ,
6666 " ispyb>=10.2.4" , # Responsible for setting requirements for SQLAlchemy and mysql-connector-python;
6767 " jinja2" ,
@@ -74,7 +74,7 @@ server = [
7474 " python-jose[cryptography]" ,
7575 " sqlalchemy[postgresql]" , # Add as explicit dependency
7676 " sqlmodel" ,
77- " stomp-py>8.1.0 " , # 8.1.1 (released 2024-04-06) doesn't work with our project
77+ " stomp-py>8.1.1 " , # 8.1.1 (released 2024-04-06) doesn't work with our project
7878 " zocalo>=1" ,
7979]
8080[project .urls ]
You can’t perform that action at this time.
0 commit comments