Skip to content

Commit 691eeeb

Browse files
[HOTFIX] Apply changes from review (- WIP PR #404 -)
Changes in file docs/requirements.txt: * remove duplicates Changes in file requirements.txt: * remove duplicates Changes in file tests/requirements.txt: * remove duplicates * related work
1 parent ec9a115 commit 691eeeb

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

docs/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
# typing_extensions - builtin - PSF license
1919
# re - builtin - PSF license
2020
# subprocess - builtin - PSF license
21-
# sphinx - BSD license
22-
# urllib - MIT license
21+
# urllib3 - MIT license
2322
# roman-numerals-py - Public Domain
2423
# socket - builtin - PSF license
2524
# struct - builtin - PSF license

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@
2020
# subprocess - PSF license
2121
# sphinx - BSD license
2222
#sphinx>=5.0
23-
# argparse - builtin - PSF license
2423
# socket - builtin - PSF license
2524
# struct - builtin - PSF license
26-
# argparse>=1.4.0
2725
# argparse - builtin - PSF license
26+
# argparse>=1.4.0
2827
# setuptools - MIT license
2928
setuptools>=75.0
3029
# virtualenv - MIT license

tests/requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@
1919
# re - builtin - PSF license?
2020
# subprocess - builtin - PSF license
2121
# sphinx - BSD license
22-
# typing_extensions - builtin - PSF license
2322
# socket - builtin - PSF license
2423
# struct - builtin - PSF license
2524
# argparse - builtin - PSF license
2625
# argparse>=1.4.0
27-
# argparse - builtin - PSF license
2826
# setuptools - MIT license
2927
setuptools>=75.0
3028
# virtualenv - MIT license

0 commit comments

Comments
 (0)