We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c090d8 commit 7ba77a1Copy full SHA for 7ba77a1
setup.cfg
@@ -18,6 +18,7 @@ classifiers =
18
Programming Language :: Python :: 3.9
19
Programming Language :: Python :: 3.10
20
Programming Language :: Python :: 3.11
21
+ Programming Language :: Python :: 3.12
22
Topic :: Software Development :: Libraries :: Python Modules
23
24
[options]
@@ -27,6 +28,7 @@ packages =
27
28
include_package_data = False
29
install_requires =
30
xlrd==2.0.1
31
+ requests==2.32.3
32
33
[options.package_data]
34
pyodoo = samples/*
0 commit comments