Skip to content

Commit

Permalink
Merge pull request #7 from theory-of-comedy/dev
Browse files Browse the repository at this point in the history
refactor(app): remove unnescessary file and implement dfa
  • Loading branch information
arn355 authored Oct 18, 2023
2 parents e83d39b + 38192b6 commit 4615178
Show file tree
Hide file tree
Showing 9 changed files with 1,555 additions and 1,516 deletions.
1 change: 0 additions & 1 deletion .env.example

This file was deleted.

13 changes: 0 additions & 13 deletions config/config.py

This file was deleted.

11 changes: 0 additions & 11 deletions config/database.py

This file was deleted.

6 changes: 0 additions & 6 deletions models/wordlists.py

This file was deleted.

42 changes: 21 additions & 21 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
-r requirements.txt
astroid==2.15.8
autopep8==2.0.4
cfgv==3.4.0
dill==0.3.7
distlib==0.3.7
filelock==3.12.4
identify==2.5.29
isort==5.12.0
lazy-object-proxy==1.9.0
mccabe==0.7.0
nodeenv==1.8.0
platformdirs==3.10.0
pre-commit==3.4.0
pycodestyle==2.11.0
pylint==2.17.6
PyYAML==6.0.1
tomli==2.0.1
tomlkit==0.12.1
virtualenv==20.24.5
wrapt==1.15.0
-r requirements.txt
astroid==2.15.8
autopep8==2.0.4
cfgv==3.4.0
dill==0.3.7
distlib==0.3.7
filelock==3.12.4
identify==2.5.29
isort==5.12.0
lazy-object-proxy==1.9.0
mccabe==0.7.0
nodeenv==1.8.0
platformdirs==3.10.0
pre-commit==3.4.0
pycodestyle==2.11.0
pylint==2.17.6
PyYAML==6.0.1
tomli==2.0.1
tomlkit==0.12.1
virtualenv==20.24.5
wrapt==1.15.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ python-dotenv==1.0.0
sniffio==1.3.0
starlette==0.27.0
typing_extensions==4.8.0
uvicorn==0.23.2
uvicorn==0.23.2
Loading

0 comments on commit 4615178

Please sign in to comment.