Skip to content

Commit

Permalink
adjusting versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Angel committed Aug 30, 2023
1 parent 8f4fe44 commit d7adb13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
*.swp
*.swn
*.swo
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:latest
FROM python:3.9.2
COPY . /opt/bl-bfg
RUN pip3 install /opt/bl-bfg/
WORKDIR /bfg
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='bl-bfg',
version='1.0.2',
version='1.0.3',
author='Justin Angel',
author_email='[email protected]',
description='A password guessing framework.',
Expand All @@ -33,5 +33,5 @@
'pyyaml',
'xmltodict',
'dict-toolbox',
'pydantic']
'pydantic == 1.10.12']
)

0 comments on commit d7adb13

Please sign in to comment.