-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ido Slonimsky
committed
Aug 7, 2023
1 parent
d939d75
commit dcb9275
Showing
1 changed file
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,6 @@ description = "A High-Performance, Community-Driven, and Innovator Friendly Web | |
authors = [{ name = "Sanskar Jethi", email = "[email protected]" }] | ||
repository = "https://github.com/sparckles/robyn" | ||
documentation = "https://robyn.tech/" | ||
dependencies = [ | ||
'watchdog == 2.2.1', | ||
'multiprocess == 0.70.14', | ||
'nestd == 0.3.1', | ||
# conditional | ||
"uvloop>=0.17.0; sys_platform == 'darwin' and platform_machine == 'aarch_64' and platform_machine == 'x86_64' and platform_machine == 'i686'" | ||
] | ||
classifiers = [ | ||
"Development Status :: 3 - Alpha", | ||
"Environment :: Web Environment", | ||
|