Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
build: include adminlist (#316)
Browse files Browse the repository at this point in the history
* Update requirements.txt

* Delete adminlist.py

* Update setup.cfg

* Update requirements.txt

* bump

* build: adjust extra reqs

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* attempt fix

* aah

* Update .travis.yml

* Update .travis.yml

Co-authored-by: MacFan4000 <paulfkeffer@gmail.com>
  • Loading branch information
RhinosF1 and MacFan4000 committed Oct 6, 2020
1 parent ab3382e commit 7525d2c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ script:
- pytest tests/test_rss.py
- pytest tests/test_json.py
- pip-missing-reqs --ignore-file=setup.py --ignore-module=pytest --ignore-module=MirahezeBots.* .
- pip-extra-reqs .
- pip-extra-reqs --ignore-requirement=sopel-plugins.adminlist .
- pip check

after_script:
Expand Down
29 changes: 0 additions & 29 deletions MirahezeBots/plugins/adminlist.py

This file was deleted.

7 changes: 5 additions & 2 deletions requirements.txt
@@ -1,6 +1,9 @@
# dependenices used in test MirahezeBot
# dependenices used in MirahezeBot
feedparser==6.0.1
MirahezeBots-jsonparser==1.0.0
requests==2.24.0
sopel>=7.0.5,<8
SQLAlchemy==1.3.19
# shared util scripts
MirahezeBots-jsonparser==1.0.0
# code migrated to own repo awaiting bundle switch
sopel-plugins.adminlist==1.0.2
1 change: 0 additions & 1 deletion setup.cfg
Expand Up @@ -15,7 +15,6 @@ classifiers =
python_requires = >=3.6
[options.entry_points]
sopel.plugins =
adminlist = MirahezeBots.plugins.adminlist
channelmgnt = MirahezeBots.plugins.channelmgnt
joinall = MirahezeBots.plugins.joinall
miraheze = MirahezeBots.plugins.miraheze
Expand Down

0 comments on commit 7525d2c

Please sign in to comment.