Jon Solow
commited on
Commit
·
26ba51c
1
Parent(s):
40ba5bd
Add pipfiles for steam dev
Browse files- Pipfile +103 -0
- Pipfile.lock +0 -0
Pipfile
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[[source]]
|
2 |
+
url = "https://pypi.org/simple"
|
3 |
+
verify_ssl = true
|
4 |
+
name = "pypi"
|
5 |
+
|
6 |
+
[packages]
|
7 |
+
aiohappyeyeballs = "==2.4.4"
|
8 |
+
aiohttp = "==3.11.11"
|
9 |
+
aiosignal = "==1.3.2"
|
10 |
+
altair = "==5.5.0"
|
11 |
+
annotated-types = "==0.7.0"
|
12 |
+
anyio = "==4.7.0"
|
13 |
+
attrs = "==24.3.0"
|
14 |
+
beautifulsoup4 = "==4.12.3"
|
15 |
+
blinker = "==1.9.0"
|
16 |
+
cachetools = "==5.5.0"
|
17 |
+
certifi = "==2024.12.14"
|
18 |
+
charset-normalizer = "==3.4.1"
|
19 |
+
click = "==8.1.8"
|
20 |
+
decorator = "==5.1.1"
|
21 |
+
deprecation = "==2.1.0"
|
22 |
+
duckdb = "==1.1.3"
|
23 |
+
frozenlist = "==1.5.0"
|
24 |
+
gitdb = "==4.0.11"
|
25 |
+
gitpython = "==3.1.43"
|
26 |
+
google-auth = "==2.37.0"
|
27 |
+
google-auth-oauthlib = "==1.2.1"
|
28 |
+
gotrue = "==2.11.0"
|
29 |
+
gspread = "==5.12.4"
|
30 |
+
gspread-dataframe = "==4.0.0"
|
31 |
+
gspread-formatting = "==1.2.0"
|
32 |
+
gspread-pandas = "==3.3.0"
|
33 |
+
h11 = "==0.14.0"
|
34 |
+
h2 = "==4.1.0"
|
35 |
+
hpack = "==4.0.0"
|
36 |
+
html5lib = "==1.1"
|
37 |
+
httpcore = "==1.0.7"
|
38 |
+
httpx = {extras = ["http2"], version = "==0.27.2"}
|
39 |
+
httpx-oauth = "==0.15.1"
|
40 |
+
hyperframe = "==6.0.1"
|
41 |
+
idna = "==3.10"
|
42 |
+
jinja2 = "==3.1.5"
|
43 |
+
jsonschema = "==4.23.0"
|
44 |
+
jsonschema-specifications = "==2024.10.1"
|
45 |
+
lxml = "==5.3.0"
|
46 |
+
markdown-it-py = "==3.0.0"
|
47 |
+
markupsafe = "==3.0.2"
|
48 |
+
mdurl = "==0.1.2"
|
49 |
+
multidict = "==6.1.0"
|
50 |
+
narwhals = "==1.19.1"
|
51 |
+
numpy = "==2.2.1"
|
52 |
+
oauthlib = "==3.2.2"
|
53 |
+
packaging = "==24.2"
|
54 |
+
pandas = "==2.2.3"
|
55 |
+
pillow = "==11.0.0"
|
56 |
+
postgrest = "==0.18.0"
|
57 |
+
propcache = "==0.2.1"
|
58 |
+
protobuf = "==5.29.2"
|
59 |
+
pyarrow = "==18.1.0"
|
60 |
+
pyasn1 = "==0.6.1"
|
61 |
+
pyasn1-modules = "==0.4.1"
|
62 |
+
pydantic = "==2.10.4"
|
63 |
+
pydantic-core = "==2.27.2"
|
64 |
+
pydeck = "==0.9.1"
|
65 |
+
pygments = "==2.18.0"
|
66 |
+
python-dateutil = "==2.9.0.post0"
|
67 |
+
python-dotenv = "==1.0.1"
|
68 |
+
pytz = "==2024.2"
|
69 |
+
realtime = "==2.0.6"
|
70 |
+
referencing = "==0.35.1"
|
71 |
+
requests = "==2.32.3"
|
72 |
+
requests-oauthlib = "==2.0.0"
|
73 |
+
rich = "==13.9.4"
|
74 |
+
rpds-py = "==0.22.3"
|
75 |
+
rsa = "==4.9"
|
76 |
+
six = "==1.17.0"
|
77 |
+
smmap = "==5.0.1"
|
78 |
+
sniffio = "==1.3.1"
|
79 |
+
soupsieve = "==2.6"
|
80 |
+
sql-metadata = "==2.15.0"
|
81 |
+
sqlparse = "==0.5.3"
|
82 |
+
st-gsheets-connection = "==0.1.0"
|
83 |
+
storage3 = "==0.9.0"
|
84 |
+
streamlit = "==1.41.1"
|
85 |
+
streamlit-oauth = "==0.1.14"
|
86 |
+
supabase = "==2.10.0"
|
87 |
+
supafunc = "==0.7.0"
|
88 |
+
tenacity = "==9.0.0"
|
89 |
+
toml = "==0.10.2"
|
90 |
+
tornado = "==6.4.2"
|
91 |
+
typing-extensions = "==4.12.2"
|
92 |
+
tzdata = "==2024.2"
|
93 |
+
urllib3 = "==2.3.0"
|
94 |
+
validators = "==0.34.0"
|
95 |
+
watchdog = "==6.0.0"
|
96 |
+
webencodings = "==0.5.1"
|
97 |
+
websockets = "==13.1"
|
98 |
+
yarl = "==1.18.3"
|
99 |
+
|
100 |
+
[dev-packages]
|
101 |
+
|
102 |
+
[requires]
|
103 |
+
python_version = "3.11"
|
Pipfile.lock
ADDED
The diff for this file is too large to render.
See raw diff
|
|