Skip to content

Commit

Permalink
replit requirements (#16)
Browse files Browse the repository at this point in the history
split the requirement files.
  • Loading branch information
TGWolf authored Jun 26, 2024
1 parent 58ea6e9 commit 642345f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ message: If you use this software, please cite it using these metadata.
title: Time to First Byte
abstract: Display the time-to-first-byte for any given url.
type: software
version: 0.1.1
date-released: 2024-05-23
version: 0.1.2
date-released: 2024-06-26
repository-code: https://github.com/PlatformEngineersToolbox/time-to-first-byte-python
keywords:
- "Wolf Software"
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
setuptools==70.0.0
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
colorama==0.4.6
setuptools==70.0.0
wolfsoftware.drawlines==0.1.1
wolfsoftware.notify==0.1.0
wolfsoftware.prereqs==0.1.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='wolfsoftware.ttfb',
version='0.1.1',
version='0.1.2',
author='Wolf Software',
author_email='[email protected]',
description='Display the time-to-first-byte for any given url.',
Expand Down

0 comments on commit 642345f

Please sign in to comment.