File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -604,12 +604,6 @@ class EnvironmentVariables:
604604 # Whether to use Granian for the backend. By default, the backend uses Uvicorn if available.
605605 REFLEX_USE_GRANIAN : EnvVar [bool ] = env_var (False )
606606
607- # The username to use for authentication on python package repository. Username and password must both be provided.
608- TWINE_USERNAME : EnvVar [str | None ] = env_var (None )
609-
610- # The password to use for authentication on python package repository. Username and password must both be provided.
611- TWINE_PASSWORD : EnvVar [str | None ] = env_var (None )
612-
613607 # Whether to use the system installed bun. If set to false, bun will be bundled with the app.
614608 REFLEX_USE_SYSTEM_BUN : EnvVar [bool ] = env_var (False )
615609
You can’t perform that action at this time.
0 commit comments