We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bed17e commit 20e5953Copy full SHA for 20e5953
3 files changed
main.py
@@ -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
@@ -0,0 +1,25 @@
+[project]
+name = "thefuck-py3-12-x"
+version = "4.1"
+description = "Corrects your previous console command, patched for modern Python."
+readme = "README.md"
+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