Skip to content

Commit

Permalink
#1276 remove unused packages python-dotenv, update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Jan 7, 2024
1 parent e7633d9 commit a0ac73a
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 204 deletions.
88 changes: 0 additions & 88 deletions .env.example

This file was deleted.

11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
settings.yaml
settings.yml
*.pem
venv/
*.sql
.venv
*.swp
*.pyc
__pycache__/
Expand All @@ -18,6 +19,7 @@ subscribie.egg-info/*
build/*
dist/*
data.db
data.db*
modules/
*.db
*.pub
Expand All @@ -30,6 +32,7 @@ node_modules
*chromium.png
*webkit.png
.env
.env*
.env.docker
*.webm
public
Expand All @@ -44,3 +47,9 @@ tests/browser-automated-tests-playwright/worker*
tests/browser-automated-tests-playwright/e2e/*-snapshots
subscribie/static/*
subscribie/custom_pages/*
playwright-report
tests/browser-automated-tests-playwright
.terraform
*.pkl
emails
*.bk
15 changes: 0 additions & 15 deletions Makefile

This file was deleted.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "subscribie"
version = "v0.1.181"
description = "Collect recurring payments online - subscription payments collection automation"
authors = [
{ name = "chrisjsimpson", email = "chris.j.simpson@live.co.uk" }
{ name = "Karma Computing", email = "subscribie@karmacomputing.co.uk" }
]
dependencies = [
"graphviz",
Expand All @@ -24,13 +24,11 @@ dependencies = [
"Flask-SQLAlchemy",
"Flask-Migrate",
"Flask-Babel",
"python-dotenv",
"pyjwt[crypto]",
"py-auth-header-parser",
"pydantic",
"backoff",
"coloredlogs",
"env-validate",
"python-dateutil",
"currency-symbols",
"pycryptodome",
Expand Down
78 changes: 78 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# generated by rye
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# features: []
# all-features: false

-e file:.
alembic==1.13.1
annotated-types==0.6.0
babel==2.14.0
backoff==2.2.1
black==23.12.1
blinker==1.7.0
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
coloredlogs==15.0.1
cryptography==41.0.7
currency-symbols==2.0.3
dnspython==2.4.2
email-validator==2.1.0.post1
flask==3.0.0
flask-babel==4.0.0
flask-cors==4.0.0
flask-mail==0.9.1
flask-migrate==4.0.5
flask-reuploaded==1.4.0
flask-sqlalchemy==3.1.1
flask-wtf==1.2.1
gitdb==4.0.11
gitpython==3.1.40
graphlib==0.9.5
graphviz==0.20.1
greenlet==3.0.3
humanfriendly==10.0
idna==3.6
iniconfig==2.0.0
itsdangerous==2.1.2
jinja2==3.1.2
joblib==1.3.2
mako==1.3.0
markupsafe==2.1.3
mypy-extensions==1.0.0
numpy==1.26.2
packaging==23.2
pandas==2.1.4
pathlib==1.0.1
pathspec==0.12.1
platformdirs==4.1.0
pluggy==1.3.0
py-auth-header-parser==1.0.2
pycountry==23.12.11
pycparser==2.21
pycryptodome==3.19.0
pydantic==2.5.3
pydantic-core==2.14.6
pyjwt==2.8.0
pytest==7.4.3
python-dateutil==2.8.2
pytz==2023.3.post1
requests==2.31.0
scikit-learn==1.3.2
scipy==1.11.4
six==1.16.0
smmap==5.0.1
sqlalchemy==2.0.23
strictyaml==1.7.3
stripe==7.10.0
threadpoolctl==3.2.0
typing-extensions==4.9.0
tzdata==2023.3
urllib3==2.1.0
werkzeug==3.0.1
wheel==0.42.0
wtforms==3.1.1
2 changes: 0 additions & 2 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ cryptography==41.0.7
currency-symbols==2.0.3
dnspython==2.4.2
email-validator==2.1.0.post1
env-validate==0.5
flask==3.0.0
flask-babel==4.0.0
flask-cors==4.0.0
Expand Down Expand Up @@ -61,7 +60,6 @@ pydantic-core==2.14.6
pyjwt==2.8.0
pytest==7.4.3
python-dateutil==2.8.2
python-dotenv==1.0.0
pytz==2023.3.post1
requests==2.31.0
scikit-learn==1.3.2
Expand Down
33 changes: 0 additions & 33 deletions requirements.txt

This file was deleted.

42 changes: 0 additions & 42 deletions setup.py

This file was deleted.

20 changes: 0 additions & 20 deletions systemd/system/subscribie.service

This file was deleted.

0 comments on commit a0ac73a

Please sign in to comment.