Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements.txt update and test to pc 0.1.33 #103

Merged
merged 16 commits into from
Jun 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion chatroom/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.web
pynecone.db
pynecone.db
__pycache__/
*.py[cod]
2 changes: 1 addition & 1 deletion chatroom/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pynecone>=0.1.32
pynecone>=0.1.33
3 changes: 2 additions & 1 deletion clock/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.web
pynecone.db*.py[cod]
pynecone.db
*.py[cod]
__pycache__/
2 changes: 2 additions & 0 deletions clock/clock/clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def time_info(self) -> dict[str, Any]:
def on_load(self):
"""Switch the clock off when the page refreshes."""
self.running = False
self.zone = "US/Pacific"

async def tick(self):
"""Update the clock every second."""
Expand Down Expand Up @@ -160,6 +161,7 @@ def timezone_select() -> pc.Component:
TIMEZONES,
placeholder="Select a time zone.",
on_change=State.set_zone,
value=State.zone,
bg="#white",
)

Expand Down
2 changes: 1 addition & 1 deletion clock/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pynecone>=0.1.32
pynecone>=0.1.33
pytz==2022.7.1
4 changes: 3 additions & 1 deletion counter/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.web
pynecone.db
.web
__pycache__/
*.py[cod]
2 changes: 1 addition & 1 deletion counter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pynecone>=0.1.32
pynecone>=0.1.33
4 changes: 3 additions & 1 deletion crm/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.web
pynecone.db
.web
__pycache__/
*.py[cod]
2 changes: 1 addition & 1 deletion crm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pynecone>=0.1.32
pynecone>=0.1.33
4 changes: 3 additions & 1 deletion dalle/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.web
pynecone.db
.web
__pycache__/
*.py[cod]
2 changes: 1 addition & 1 deletion dalle/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pynecone>=0.1.32
pynecone>=0.1.33
openai
4 changes: 3 additions & 1 deletion fragments/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.web
pynecone.db
.web
__pycache__/
*.py[cod]
2 changes: 1 addition & 1 deletion fragments/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pynecone>=0.1.32
pynecone>=0.1.33
4 changes: 3 additions & 1 deletion gpt/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.web
pynecone.db
pynecone.db
__pycache__/
*.py[cod]
2 changes: 1 addition & 1 deletion gpt/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pynecone>=0.1.32
pynecone>=0.1.33
openai
4 changes: 3 additions & 1 deletion nba/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.web
pynecone.db
pynecone.db
__pycache__/
*.py[cod]
2 changes: 1 addition & 1 deletion nba/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pynecone>=0.1.32
pynecone>=0.1.33
plotly-express
plotly
pandas
4 changes: 2 additions & 2 deletions quiz/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.py[cod]
.web
pynecone.db
__pycache__/
__pycache__/
*.py[cod]
2 changes: 1 addition & 1 deletion quiz/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pynecone>=0.1.32
pynecone>=0.1.33
4 changes: 3 additions & 1 deletion sales/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.web
pynecone.db
pynecone.db
__pycache__/
*.py[cod]
2 changes: 1 addition & 1 deletion sales/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pynecone>=0.1.32
pynecone>=0.1.33
openai
2 changes: 1 addition & 1 deletion snakegame/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pynecone>=0.1.32
pynecone>=0.1.33
4 changes: 3 additions & 1 deletion todo/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.web
pynecone.db
.web
__pycache__/
*.py[cod]
2 changes: 1 addition & 1 deletion todo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pynecone>=0.1.32
pynecone>=0.1.33
4 changes: 3 additions & 1 deletion translator/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.web
pynecone.db
pynecone.db
__pycache__/
*.py[cod]
Empty file removed translator/pynecone.db
Empty file.
2 changes: 1 addition & 1 deletion translator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pynecone>=0.1.32
pynecone>=0.1.33
googletrans-py==4.0.0
requests>=2.28.1
4 changes: 3 additions & 1 deletion traversal/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.web
pynecone.db
pynecone.db
__pycache__/
*.py[cod]
2 changes: 1 addition & 1 deletion traversal/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pynecone>=0.1.32
pynecone>=0.1.33
4 changes: 3 additions & 1 deletion twitter/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.web
pynecone.db
.web
__pycache__/
*.py[cod]
2 changes: 1 addition & 1 deletion twitter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pynecone>=0.1.32
pynecone>=0.1.33
2 changes: 1 addition & 1 deletion upload/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pynecone.db
.web
pynecone.db
__pycache__/
*.py[cod]
2 changes: 1 addition & 1 deletion upload/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pynecone>=0.1.32
pynecone>=0.1.33