tangled
alpha
login
or
join now
edavis.dev
/
bsky-tools
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Initial commit
Eric Davis
2 years ago
12418cb6
+13
2 changed files
expand all
collapse all
unified
split
.python-version
Pipfile
+1
.python-version
···
1
1
+
3.10
+12
Pipfile
···
1
1
+
[[source]]
2
2
+
url = "https://pypi.org/simple"
3
3
+
verify_ssl = true
4
4
+
name = "pypi"
5
5
+
6
6
+
[packages]
7
7
+
8
8
+
[dev-packages]
9
9
+
10
10
+
[requires]
11
11
+
python_version = "3.10"
12
12
+
python_full_version = "3.10.12"