Skip to content

Commit aba09f3

Browse files
committed
Remove std lib dep (argparse) from requirements
Apparently, argparse has been in the standard library since Python 3.2. We want the std lib version, not the old version from pypi. So, drop the argparse dep.
1 parent bd629b4 commit aba09f3

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

fixed-requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ routes==2.5.1
7575
semver==3.0.2
7676
# 202404: Bumped for compatibility prance 23.6.21.0 requires six~=1.15.
7777
six==1.16.0
78-
#argparse==1.12.2
79-
argparse==1.4.0
8078
# 202403: Bumped to latest for py3.10 support
8179
argcomplete==3.3.0
8280
prettytable==3.10.0

lockfiles/st2.lock

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// "RandomWords",
1313
// "apscheduler",
1414
// "argcomplete",
15-
// "argparse",
1615
// "beautifulsoup4",
1716
// "ciso8601",
1817
// "cryptography",
@@ -178,24 +177,6 @@
178177
"requires_python": ">=3.8",
179178
"version": "3.3.0"
180179
},
181-
{
182-
"artifacts": [
183-
{
184-
"algorithm": "sha256",
185-
"hash": "c31647edb69fd3d465a847ea3157d37bed1f95f19760b11a47aa91c04b666314",
186-
"url": "https://files.pythonhosted.org/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl"
187-
},
188-
{
189-
"algorithm": "sha256",
190-
"hash": "62b089a55be1d8949cd2bc7e0df0bddb9e028faefc8c32038cc84862aefdd6e4",
191-
"url": "https://files.pythonhosted.org/packages/18/dd/e617cfc3f6210ae183374cd9f6a26b20514bbb5a792af97949c5aacddf0f/argparse-1.4.0.tar.gz"
192-
}
193-
],
194-
"project_name": "argparse",
195-
"requires_dists": [],
196-
"requires_python": null,
197-
"version": "1.4.0"
198-
},
199180
{
200181
"artifacts": [
201182
{
@@ -5646,7 +5627,6 @@
56465627
"RandomWords",
56475628
"apscheduler",
56485629
"argcomplete",
5649-
"argparse",
56505630
"beautifulsoup4",
56515631
"ciso8601",
56525632
"cryptography",

requirements-pants.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
apscheduler
1010
argcomplete
11-
argparse
1211
ciso8601
1312
cryptography
1413
editor

0 commit comments

Comments
 (0)