Browse Source

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

Sanskar Jethi 2 years ago
parent
commit
7f886cf111
2 changed files with 2 additions and 2 deletions
  1. 1 1
      frameworks/Python/robyn/app.py
  2. 1 1
      frameworks/Python/robyn/requirements.txt

+ 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