Skip to content

Commit 20e5953

Browse files
authored
Add files via upload
1 parent 5bed17e commit 20e5953

3 files changed

Lines changed: 772 additions & 0 deletions

File tree

main.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
def main():
2+
print("Hello from thefuck-py3-12-x!")
3+
4+
5+
if __name__ == "__main__":
6+
main()

pyproject.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[project]
2+
name = "thefuck-py3-12-x"
3+
version = "4.1"
4+
description = "Corrects your previous console command, patched for modern Python."
5+
readme = "README.md"
6+
requires-python = ">=3.12"
7+
8+
dependencies = [
9+
"colorama>=0.4.6",
10+
"decorator>=5.2.1",
11+
"fastentrypoints>=0.12",
12+
"flake8>=7.3.0",
13+
"mock>=5.2.0",
14+
"pexpect>=4.9.0",
15+
"psutil>=7.2.2",
16+
"pypandoc>=1.16.2",
17+
"pyte>=0.8.2",
18+
"pytest>=9.0.2",
19+
"pytest-benchmark>=5.2.3",
20+
"pytest-docker-pexpect>=0.9",
21+
"pytest-mock>=3.15.1",
22+
"setuptools>=17.1",
23+
"twine>=6.2.0",
24+
"wheel>=0.46.3",
25+
]

0 commit comments

Comments
 (0)