Skip to content

Commit

Permalink
Unify requirement ordering for easier management (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
oh2fih authored Apr 12, 2024
1 parent 51552f8 commit 17cbb8a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
requests==2.31.0
urllib3>=2.0.6
tqdm==4.66.1
python-dateutil==2.8.2
click==8.1.7
aiohttp>=3.8.6
aioretry>=5.0.2
ansicolors==1.1.8
click-completion==0.5.2
click==8.1.7
dicttoxml==1.7.16
ijson>=3.2.3
ansicolors==1.1.8
pygelf>=0.4.2
pandas>=2.1.2
dicttoxml==1.7.16
aiohttp>=3.8.6
aioretry>=5.0.2
pygelf>=0.4.2
python-dateutil==2.8.2
python-dotenv>=1.0.1
requests==2.31.0
tqdm==4.66.1
urllib3>=2.0.6

-r modules/mongodb.txt
2 changes: 1 addition & 1 deletion requirements/modules/docs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx==7.2.6
sphinx-autodoc-typehints>=1.25.2
sphinx-rtd-theme==1.3.0
sphinx-autodoc-typehints>=1.25.2
4 changes: 2 additions & 2 deletions requirements/modules/mysql.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r ./sqlalchemy.txt
PyMySQL>=1.1.0

PyMySQL>=1.1.0
-r ./sqlalchemy.txt
2 changes: 1 addition & 1 deletion requirements/modules/sqlalchemy.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
alembic>=1.13.0
sqlalchemy>=2.0.23
alembic>=1.13.0
2 changes: 1 addition & 1 deletion requirements/modules/sqllite.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-r ./sqlalchemy.txt
-r ./sqlalchemy.txt

0 comments on commit 17cbb8a

Please sign in to comment.