Browse Source

feat: updated robyn to the latest and fastest version (#7588)

Sanskar Jethi 2 năm trước cách đây
mục cha
commit
7f886cf111

+ 1 - 1
frameworks/Python/robyn/app.py

@@ -6,7 +6,7 @@ from robyn import Robyn
 app = Robyn(__file__)
 
 
[email protected]('/plaintext')
[email protected]('/plaintext', const=True)
 async def plaintext() -> str:
     return "Hello, world!"
 

+ 1 - 1
frameworks/Python/robyn/requirements.txt

@@ -1 +1 @@
-robyn==0.11.1
+robyn==0.17.5